forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathActBlue.xml
More file actions
32 lines (21 loc) · 766 Bytes
/
ActBlue.xml
File metadata and controls
32 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
d1gjqyr9cva5pi.cloudfront.net
d1q85vn0sl19b5.cloudfront.net
d2f8x7hc613baw.cloudfront.net
dopnrkrjwe62k.cloudfront.net
Nonfunctional subdomains:
blog (hosted at actblue.typepad.com; doesn't redirect back,
but that doesn't support https either.)
-->
<ruleset name="ActBlue (partial)">
<target host="actblue.com"/>
<target host="s.secure.actblue.com"/>
<!-- * for cross-domain cookie -->
<target host="*.actblue.com"/>
<securecookie host="^\.actblue\.com$" name=".*"/>
<!-- Server actually redirects from (www.) to secure -->
<rule from="^http://(?:(?:s\.)?secure\.|www\.)?actblue\.com/"
to="https://secure.actblue.com/"/>
<rule from="^http://public\.actblue\.com/"
to="https://s3.amazonaws.com/public.actblue.com/"/>
</ruleset>