Skip to content

Commit fd2268e

Browse files
author
MB
committed
[ITPC] Exclude gfxgen
1 parent 8765458 commit fd2268e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/chrome/content/rules/ITPC.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
<ruleset name="ITPC" platform="mixedcontent">
1+
<!--
2+
Mixed content:
3+
4+
- Image from $self *
5+
6+
* Unsecurable <= 404
7+
8+
-->
9+
<ruleset name="ITPC (partial)" platform="mixedcontent">
210

311
<target host="iptc.org"/>
412
<target host="www.iptc.org"/>
13+
<!--
14+
404:
15+
-->
16+
<exclusion pattern="^http://www\.iptc\.org/gfxgen(?:$|\?)" />
517

618
<securecookie host="^(.*\.)?iptc\.org$" name=".*"/>
719

0 commit comments

Comments
 (0)