Skip to content

Commit 79323f1

Browse files
author
MB
committed
Voice Republic.com
1 parent 633343b commit 79323f1

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!--
2+
Nonfunctional hosts in *voicerepublic.com:
3+
4+
- blog *
5+
6+
* Shows cp
7+
8+
9+
Problematic hosts in *voicerepublic.com:
10+
11+
- status *
12+
13+
* Herokuapp
14+
15+
16+
Insecure cookies are set for these hosts:
17+
18+
- voicerepublic.com
19+
- www.voicerepublic.com
20+
21+
22+
Mixed content:
23+
24+
- Images on status from blog.voicerepublic.com *
25+
26+
* Unsecurable <= 404
27+
28+
-->
29+
<ruleset name="Voice Republic.com (partial)">
30+
31+
<!-- Direct rewrites:
32+
-->
33+
<target host="voicerepublic.com" />
34+
<target host="www.voicerepublic.com" />
35+
36+
37+
<!-- Not secured by server:
38+
-->
39+
<!--securecookie host="^(www\.)?voicerepublic\.com$" name="^(_\w+_session|XSRF-TOKEN)$" /-->
40+
41+
<securecookie host="^(?:www\.)?voicerepublic\.com$" name=".+" />
42+
43+
44+
<rule from="^http:"
45+
to="https:" />
46+
47+
</ruleset>

0 commit comments

Comments
 (0)