Skip to content

Commit c0a7293

Browse files
committed
Fix some unescaped dots
1 parent 92fe1e7 commit c0a7293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/rules/DuckDuckGo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<target host="ddg.gg" />
55
<target host="duck.co" />
66

7-
<exclusion pattern="^http://help.duckduckgo.com/" />
7+
<exclusion pattern="^http://help\.duckduckgo\.com/" />
88

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

0 commit comments

Comments
 (0)