Skip to content

Commit

Permalink
fix: extension loading on regular discord
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 19, 2024
1 parent facb891 commit 1795892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Destroy CSP in Discord request headers",
"manifest_version": 3,
"permissions": ["declarativeNetRequest"],
"host_permissions": ["*://*.discord.com/*"],
"host_permissions": ["*://*.discord.com/*", "*://discord.com/*"],
"declarative_net_request": {
"rule_resources": [{
"id": "csp_disabler",
Expand Down

0 comments on commit 1795892

Please sign in to comment.