Skip to content

Commit b6c6b02

Browse files
committed
svn.dd-wrt.com has a bad certificate, so exclude it.
1 parent 12fdbad commit b6c6b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chrome/content/rules/DD-WRT.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
<rule from="^https?://(?:secure\.|www\.)?dd-wrt\.com/"
1515
to="https://secure.dd-wrt.com/" />
1616

17+
<!-- svn.dd-wrt.com has a bad certificate. -->
18+
<exclusion pattern="^http://svn\.dd-wrt\.com/"/>
19+
1720
</ruleset>

0 commit comments

Comments
 (0)