We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44183eb commit 8b24d30Copy full SHA for 8b24d30
1 file changed
src/chrome/content/rules/ylilauta.xml
@@ -1,14 +1,18 @@
1
<!--
2
-Disabled by https-everywhere-checker because:
3
-Fetch error: http://boards.ylilauta.org/ => https://boards.ylilauta.org/: (6, 'Could not resolve host: boards.ylilauta.org')
+ Insecure cookies are set for these domains:
+
4
+ - .ylilauta.org
5
6
-->
7
<ruleset name="Ylilauta.org">
8
<target host="ylilauta.org" />
9
<target host="static.ylilauta.org" />
10
<target host="www.ylilauta.org" />
11
12
- <securecookie host="^\.ylilauta\.org$" name="^__cfduid$" />
13
+ <!-- CloudFlare cookies:
14
+ -->
15
+ <securecookie host="^\.ylilauta\.org$" name="^(?:__cfduid|cf_clearance)$" />
16
17
18
<rule from="^http:" to="https:"/>
0 commit comments