Skip to content

Commit

Permalink
fix: Simple discord url does not load in Android embedded web view (b…
Browse files Browse the repository at this point in the history
…ut will load using curl and Android Chrome)
  • Loading branch information
LisoUseInAIKyrios committed Apr 8, 2024
1 parent 00babef commit d32f4f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@
{
"name": "Discord",
"url": "https://discord.gg/revanced",
"icon_light": "https://discord.com/assets/images/favicon.ico",
"icon_dark": "https://discord.com/assets/images/favicon.ico",
# Icon is also at https://discord.com/assets/images/favicon.ico
# but that url fails to load from an Android embedded web view (unknown why).
"icon_light": "https://assets-global.website-files.com/6257adef93867e50d84d30e2/6266bc493fb42d4e27bb8393_847541504914fd33810e70a0ea73177e.ico",
"icon_dark": "https://assets-global.website-files.com/6257adef93867e50d84d30e2/6266bc493fb42d4e27bb8393_847541504914fd33810e70a0ea73177e.ico",
"preferred": True,
},
{
Expand Down

0 comments on commit d32f4f4

Please sign in to comment.