Skip to content

Commit 86b5db0

Browse files
MBpde
authored andcommitted
1 parent 0d79007 commit 86b5db0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/chrome/content/rules/GoogleMaps.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<target host="maps.gstatic.com" />
44
<target host="maps-api-ssl.google.com"/>
55
<target host="maps.googleapis.com"/>
6+
<!--
7+
https://mail1.eff.org/pipermail/https-everywhere-rules/2012-September/001317.html
8+
-->
9+
<exclusion pattern="^http://maps\.googleapis\.com/map(?:files/lib/map_1_20\.swf|sapi/publicapi\?file=flashapi)" />
610
<target host="maps.google.*"/>
711
<target host="maps.google.com.*"/>
812
<target host="maps.google.co.*"/>
@@ -14,5 +18,9 @@
1418
<rule from="^http://maps\.(google|gstatic|googleapis)\.com/" to="https://maps.$1.com/"/>
1519
<rule from="^http://maps\.google\.([^/]+)/" to="https://maps.google.$1/"/>
1620
<rule from="^http://maps-api-ssl\.google\.com/" to="https://maps-api-ssl.google.com/"/>
21+
22+
<rule from="^https://maps\.googleapis\.com/map(files/lib/map_1_20\.swf|sapi/publicapi\?file=flashapi)"
23+
to="http://maps.googleapis.com/map$1" downgrade="1" />
24+
1725
</ruleset>
1826

0 commit comments

Comments
 (0)