We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fdbad commit b6c6b02Copy full SHA for b6c6b02
src/chrome/content/rules/DD-WRT.xml
@@ -14,4 +14,7 @@
14
<rule from="^https?://(?:secure\.|www\.)?dd-wrt\.com/"
15
to="https://secure.dd-wrt.com/" />
16
17
+ <!-- svn.dd-wrt.com has a bad certificate. -->
18
+ <exclusion pattern="^http://svn\.dd-wrt\.com/"/>
19
+
20
</ruleset>
0 commit comments