Skip to content

Commit 6888de8

Browse files
committed
Merge pull request EFForg#2160 from numismatika/BB
EFForg#2151
2 parents b4f0d6a + cf54204 commit 6888de8

1 file changed

Lines changed: 6 additions & 20 deletions

File tree

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
<!--
2-
CDN buckets:
3-
4-
- boingboing.cachefly.net
5-
6-
- media.boingboing.net
7-
8-
- scdn-discourse.r.worldssl.net/user_avatar/bbs.boingboing.net/
9-
10-
112
Nonfunctional subdomains:
123
134
- (www.)
@@ -19,18 +10,13 @@
1910
-->
2011
<ruleset name="Boing Boing Shop" default_off="Breaks boingboing.net">
2112

22-
<target host="*.boingboing.net" />
23-
<!-- * for cross-domain cookie. -->
24-
<target host="*.shop.boingboing.net" />
25-
26-
27-
<securecookie host="^\.shop\.boingboing\.net$" name=".*" />
28-
13+
<target host="boingboing.net" />
14+
<target host="media.boingboing.net" />
15+
<target host="shop.boingboing.net" />
2916

30-
<rule from="^http://media\.boingboing\.net/"
31-
to="https://boingboing.cachefly.net/" />
17+
<securecookie host="^boingboing\.net$" name=".+" />
3218

33-
<rule from="^http://shop\.boingboing\.net/"
34-
to="https://shop.boingboing.net/" />
19+
<rule from="^http:"
20+
to="https:" />
3521

3622
</ruleset>

0 commit comments

Comments
 (0)