[HTTPS-E Rulesets] Fix for userscripts.org

Artyom Gavrichenkov ximaera at gmail.com
Fri Nov 11 13:50:24 PST 2011


Hi there,

UserScripts.org is intended to provide scripts for Greasemonkey Firefox
extension. However, Greasemonkey fails to fetch scripts via secure
HTTPS pages. This is fixed by a patch below.

-- 
| Artyom Gavrichenkov
| gpg: fa1c670e
| mailto: ximaera at gmail.com
| xmpp: ximaera at gmail.com
| skype: xima_era
| tel. no: +7 916 515 49 58

-- Signed-off-by Artyom Gavrichenkov <ximaera at gmail.com>

diff --git a/src/chrome/content/rules/UserScripts.xml b/src/chrome/content/rules/UserScripts.xml
index 0515604..5a2d174 100644
--- a/src/chrome/content/rules/UserScripts.xml
+++ b/src/chrome/content/rules/UserScripts.xml
@@ -2,5 +2,6 @@
   <target host="userscripts.org" />
   <target host="www.userscripts.org" />
 
+  <exclusion pattern="^http://(www\.)?userscripts\.org/scripts/source/" />
   <rule from="^http://(?:www\.)?userscripts\.org/" to="https://www.userscripts.org/"/>
 </ruleset>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.eff.org/pipermail/https-everywhere-rules/attachments/20111112/41dd9cdc/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list