[HTTPS-E Rulesets] Another fix for Yandex.xml

Gavrichenkov Artyom ximaera at yandex.ru
Fri Oct 7 03:35:23 PDT 2011


Hi,

07.10.2011, 11:58, "Gavrichenkov Artyom" <ximaera at yandex.ru>:
> Just 5 days into the previous release, and Yandex guys broke HTTPS support for their Maps service. Here is an update.

Still discovering in which ways HTTPS is broken in Yandex.Maps. Here is again an update, please discard my previous patch.

| Artyom Gavrichenkov | Engineer, Highloadlab
| gpg: fa1c670e
| mailto: ximaera at gmail.com
| mailto: ximaera at yandex.ru
| xmpp: ximaera at gmail.com
| tel. no: +7 916 515 49 58

-- Signed-off-by: Artyom Gavrichenkov <ximaera at yandex.ru>

diff --git a/src/chrome/content/rules/Yandex.xml b/src/chrome/content/rules/Yandex.xml
index 1de2476..b48db81 100644
--- a/src/chrome/content/rules/Yandex.xml
+++ b/src/chrome/content/rules/Yandex.xml
@@ -49,6 +49,8 @@
     <exclusion pattern="^http://dzen\.yandex\.ru/" />
     <exclusion pattern="^http://fotki\.yandex\.ru/" />
     <exclusion pattern="^http://images\.yandex\.ru/" />
+    <exclusion pattern="^http://maps\.yandex\.ru/" />
+    <exclusion pattern="^http://metro\.yandex\.ru/" />
     <exclusion pattern="^http://music\.yandex\.ru/" />
     <exclusion pattern="^http://news\.yandex\.ru/" />
     <exclusion pattern="^http://presocial\.yandex\.net/" />
@@ -109,7 +111,8 @@
     <exclusion pattern="^http://wrz\.yandex\.ru/" />

     <!-- 9. Data clusters for Maps and Video -->
-    <exclusion pattern="^http://vec[0-9]+\.maps\.yandex\.ru/" />
+    <exclusion pattern="^http://vec[0-9]+\.maps\.yandex\.(ru|net)/" />
+    <exclusion pattern="^http://jgo\.maps\.yandex\.(ru|net)/" />
     <exclusion pattern="^http://[^.]+-tub\.yandex\.net/" />
     <exclusion pattern="^http://[^.]+-tub\.yandex\.ru/" />
     <exclusion pattern="^http://[^.]+-tub-[^.]+\.yandex\.net/" />



More information about the HTTPS-Everywhere-Rules mailing list