Skip to content

Commit ed74b65

Browse files
author
MB
committed
TCPA Compliance.us
1 parent cf9e272 commit ed74b65

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

src/chrome/content/rules/NeuStar.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- NPAC.com.xml
66
- Neustar_Localeze.biz.xml
77
- Neuweb.biz.xml
8+
- TCPA_Compliance.us.xml
89
- UltraDNS.xml
910
- Neustar.com.xml
1011
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
For other Neustar coverage, see NeuStar.xml.
3+
4+
5+
Nonfunctional hosts:
6+
7+
- tcpacompliance.us *
8+
9+
* 500 (cf. 404 over http)
10+
11+
12+
Fully covered hosts:
13+
14+
- www
15+
16+
17+
Insecure cookies are set for these hosts:
18+
19+
- www.tcpacompliance.us
20+
21+
-->
22+
<ruleset name="TCPA Compliance.us">
23+
24+
<!-- Direct rewrites:
25+
-->
26+
<target host="www.tcpacompliance.us" />
27+
28+
29+
<!-- Not secured by server:
30+
-->
31+
<!--securecookie host="^www\.tcpacompliance\.us$" name="^JSESSIONID$" /-->
32+
33+
<securecookie host="^www\.tcpacompliance\.us$" name=".+" />
34+
35+
36+
<rule from="^http:"
37+
to="https:" />
38+
39+
</ruleset>

0 commit comments

Comments
 (0)