We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6ad03 commit 5069a28Copy full SHA for 5069a28
1 file changed
src/chrome/content/rules/Leaflet_JS.com.xml
@@ -1,21 +1,13 @@
1
<!--
2
- CDN buckets:
3
-
4
- - d591zijq8zntj.cloudfront.net
5
6
- - cdn
7
8
9
^: refused
10
www: dropped
11
+ cdn: wrong CN
12
-->
13
-<ruleset name="Leaflet JS.com (partial)">
+<ruleset name="Leaflet JS.com (bad cert)" default_off="Bad CN in cert">
14
15
<target host="cdn.leafletjs.com" />
16
17
18
- <rule from="^http://cdn\.leafletjs\.com/"
19
- to="https://d591zijq8zntj.cloudfront.net/" />
+ <rule from="^http:"
+ to="https:" />
20
21
</ruleset>
0 commit comments