We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26e860 commit e60a39cCopy full SHA for e60a39c
src/chrome/content/rules/OpenDNS.xml
@@ -5,7 +5,7 @@
5
<!-- https://trac.torproject.org/projects/tor/ticket/3734 -->
6
<exclusion pattern="^http://screenshots\.opendns\.com/" />
7
<!-- more breakage reported by OpenDNS users -->
8
- <exclusion pattern="^http://(block|feeds|guide|info|phish)\.opendns\.com/" />
+ <exclusion pattern="^http://(block|feeds|guide|info|phish|malware)\.opendns\.com/" />
9
10
<rule from="^http://(?:www\.)?opendns\.com/" to="https://www.opendns.com/"/>
11
<rule from="^http://([^/:@\.]+)\.opendns\.com/" to="https://$1.opendns.com/"/>
0 commit comments