Skip to content

Commit 624c665

Browse files
author
MB
committed
Paperspace.io
1 parent 0461364 commit 624c665

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
For rules that are on by default, see Paperspace.io.xml.
3+
4+
-->
5+
<ruleset name="Paperspace.io (mismatched)" default_off="mismatched">
6+
7+
<target host="blog.paperspace.io" />
8+
9+
10+
<securecookie host="^\.paperspace\.io$" name="^(?:__cfduid|cf_clearance)$" />
11+
12+
13+
<rule from="^http:"
14+
to="https:" />
15+
16+
</ruleset>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
For problematic rules, see Paperspace.io-problematic.xml.
3+
4+
5+
Problematic subdomains:
6+
7+
- blog *
8+
9+
* Mismatched
10+
11+
12+
Insecure cookies are set for these domains and hosts:
13+
14+
- paperspace.io
15+
- .paperspace.io
16+
- www.paperspace.io
17+
18+
-->
19+
<ruleset name="Paperspace.io (partial)">
20+
21+
<target host="paperspace.io" />
22+
<target host="www.paperspace.io" />
23+
24+
25+
<!-- Not secured by server:
26+
-->
27+
<!--securecookie host="^(www\.)?paperspace\.io$" name="^connect\.sid$" /-->
28+
<!--securecookie host="^\.paperspace\.io$" name="^(__cfduid|cf_clearance)$" /-->
29+
30+
<securecookie host="^(?:www\.)?paperspace\.io$" name=".+" />
31+
32+
33+
<rule from="^http:"
34+
to="https:" />
35+
36+
</ruleset>

0 commit comments

Comments
 (0)