Whitelist GitHub
Posted: Wed Nov 26, 2014 5:32 am
I would like to Whitelist github.com
I created a user.js for Firefox that has
However for some reason it only works if I use
Why must I use both forms? It is my understanding that the github.com form
covers everything.
I created a user.js for Firefox that has
Code: Select all
user_pref('capability.policy.maonoscript.sites', 'github.com');
Code: Select all
user_pref('capability.policy.maonoscript.sites', 'github.com https://github.com');
covers everything.