RequestPolicyContinued / requestpolicy

a web browser extension that gives you control over cross-site requests. Available for XUL/XPCOM-based browsers.
https://github.com/RequestPolicyContinued/requestpolicy/wiki
Other
252 stars 35 forks source link

Can't authorize Discord #830

Closed Arinelle closed 7 years ago

Arinelle commented 7 years ago

I can't get Discord to work. The blocked request is from discordapp.com to discord:///invite-proxy. I guess it's the triple slash that keeps me from whitelisting it. Thanks in advance for looking into this.

myrdd commented 7 years ago

try adding a manual rule from scheme * to scheme discord.

myrdd commented 7 years ago

I think you need the following rules to enable discord:

Policy Origin Destination
Allow *.discordapp.com *.discordapp.net
Allow https://*.discordapp.com wss://*.discord.gg
Allow *.discordapp.com *.discordapp.com

If you want you can open a PR on https://github.com/RequestPolicyContinued/subscriptions

myrdd commented 7 years ago

I'm moving this issue to https://github.com/RequestPolicyContinued/subscriptions/issues/57