We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e347dc commit 18f4625Copy full SHA for 18f4625
src/chrome/content/rules/Phpdoc.org.xml
@@ -7,8 +7,9 @@
7
<target host="demo.phpdoc.org" />
8
<target host="manual.phpdoc.org" />
9
<target host="pear.phpdoc.org" />
10
+ <target host="qa.phpdoc.org" />
11
- <securecookie host="^(www\.)?phpdoc\.org" name=".+" />
12
+ <securecookie host="^(www\.|demo\.|manual\.|pear\.|qa\.)?phpdoc\.org" name=".+" />
13
14
<rule from="^http:"
15
to="https:" />
0 commit comments