Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/chrome/content/rules/1.1.1.1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
Other CloudFlare rulesets:
- CloudFlare.xml
- CloudFlare_Challenge.com.xml
- Cloudflarestatus.com.xml

cloudflare-dns.com has both a wildcard certificate and a wildcard DNS record.
-->

<ruleset name="1.1.1.1">
<target host="1.1.1.1" />
<target host="1.0.0.1" />
<target host="cloudflare-dns.com" />
<target host="*.cloudflare-dns.com" />

<securecookie host=".+" name=".+" />

<rule from="^http:" to="https:" />

<test url="http://www.cloudflare-dns.com/" />
<test url="http://1dot1dot1dot1.cloudflare-dns.com/" />
<test url="http://vxkrm2p4cq85oz3jui1f.cloudflare-dns.com/" />
<test url="http://4pxd8o7qe6vjewqzxjvm.cloudflare-dns.com/" />
<test url="http://2lwvkf4q6ux2i54cr00q.cloudflare-dns.com/" />
</ruleset>