Skip to content

Commit 0ce2fc2

Browse files
author
MB
committed
VoiceThread.com
1 parent ebfc867 commit 0ce2fc2

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Nonfunctional hosts in *voicethread.com:
3+
4+
- blog *
5+
6+
* Shows docs.voicethread.com
7+
8+
9+
These altnames don't exist:
10+
11+
- www.docs.voicethread.com
12+
13+
14+
Insecure cookies are set for these domains:
15+
16+
- .voicethread.com
17+
18+
-->
19+
<ruleset name="VoiceThread.com (partial)">
20+
21+
<!-- Direct rewrites:
22+
-->
23+
<target host="voicethread.com" />
24+
<target host="docs.voicethread.com" />
25+
<target host="www.voicethread.com" />
26+
27+
28+
<!-- Not secured by server:
29+
-->
30+
<!--securecookie host="^\.voicethread\.com$" name="^(?:VTSESSID|VTSESSID_START)$" /-->
31+
32+
<securecookie host="^\.voicethread\.com$" name=".+" />
33+
34+
35+
<rule from="^http:"
36+
to="https:" />
37+
38+
</ruleset>

0 commit comments

Comments
 (0)