Skip to content

Commit f9021f9

Browse files
committed
Merge pull request EFForg#2530 from galenide/improved-optoutprescreen.com-ruleset
[OptOutPrescreen.com] Added test URLs and note about geolocation rest…
2 parents 8462d4e + 598c8d5 commit f9021f9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://optoutprescreen.com/ => https://www.optoutprescreen.com/: (28, 'Operation timed out after 0 milliseconds with 0 out of 0 bytes received')
4-
Fetch error: http://www.optoutprescreen.com/ => https://www.optoutprescreen.com/: (28, 'Operation timed out after 0 milliseconds with 0 out of 0 bytes received')
2+
Note that the OptOutPrescreen.com site appears to use geolocation
3+
in order to disallow access to the site from outside the US.
54
-->
6-
<ruleset name="OptOutPrescreen.com" default_off='failed ruleset test'>
5+
<ruleset name="OptOutPrescreen.com">
76
<target host="optoutprescreen.com" />
87
<target host="www.optoutprescreen.com" />
98

109
<securecookie host="^www\.optoutprescreen\.com$"
1110
name=".+" />
1211

13-
<rule from="^(?:http://(?:www\.)?|https://)optoutprescreen\.com/"
12+
<rule from="^http://optoutprescreen\.com/"
1413
to="https://www.optoutprescreen.com/" />
14+
<rule from="^http:"
15+
to="https:" />
1516
</ruleset>

0 commit comments

Comments
 (0)