Skip to content

Commit e60a39c

Browse files
Brian 'geeknik' Carpenterpde
authored andcommitted
Update src/chrome/content/rules/OpenDNS.xml
Excluding malware.opendns.com as it is no longer reachable via HTTPS. Conflicts: src/chrome/content/rules/OpenDNS.xml
1 parent f26e860 commit e60a39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/rules/OpenDNS.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- https://trac.torproject.org/projects/tor/ticket/3734 -->
66
<exclusion pattern="^http://screenshots\.opendns\.com/" />
77
<!-- more breakage reported by OpenDNS users -->
8-
<exclusion pattern="^http://(block|feeds|guide|info|phish)\.opendns\.com/" />
8+
<exclusion pattern="^http://(block|feeds|guide|info|phish|malware)\.opendns\.com/" />
99

1010
<rule from="^http://(?:www\.)?opendns\.com/" to="https://www.opendns.com/"/>
1111
<rule from="^http://([^/:@\.]+)\.opendns\.com/" to="https://$1.opendns.com/"/>

0 commit comments

Comments
 (0)