We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19bce3 commit 3b9bec4Copy full SHA for 3b9bec4
1 file changed
src/chrome/content/rules/BootCDN.xml
@@ -28,7 +28,12 @@
28
<ruleset name="BootCDN">
29
30
<target host="cdn.bootcss.com" />
31
+ <test url="http://cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap-theme.css" />
32
33
+ <!-- MCB -->
34
+ <exclusion pattern="^http://cdn.bootcss.com/bootstrap-tokenfield/0.11.8/package/index.html" />
35
+ <test url="http://cdn.bootcss.com/bootstrap-tokenfield/0.11.8/package/index.html#examples" />
36
+
37
<rule from="^http:" to="https:" />
38
39
</ruleset>
0 commit comments