Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
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: 16 additions & 9 deletions src/chrome/content/rules/PowerDNS.com.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://rt.powerdns.com/ => https://rt.powerdns.com/: (7, 'Failed to connect to rt.powerdns.com port 443: Connection refused')
Fetch error: http://xs.powerdns.com/ => https://xs.powerdns.com/: (7, 'Failed to connect to xs.powerdns.com port 443: Connection refused')
Expired:
- rt.powerdns.com
- xs.powerdns.com

Secure connection failed:
- pdnsdev.powerdns.com
-->
<ruleset name="PowerDNS.com" default_off='failed ruleset test'>
<ruleset name="PowerDNS.com">

<target host="powerdns.com" />
<target host="www.powerdns.com" />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blog.powerdns.com

<target host="blog.powerdns.com" />
<target host="builder.powerdns.com" />
<target host="doc.powerdns.com" />
<target host="docs.powerdns.com" />
<target host="downloads.powerdns.com" />
<target host="rt.powerdns.com" />
<target host="www.powerdns.com" />
<target host="xs.powerdns.com" />
<target host="mailman.powerdns.com" />
<target host="metronome1.powerdns.com" />
<target host="repo.powerdns.com" />

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rtfm.powerdns.com

<target host="rtfm.powerdns.com" />
<target host="wiki.powerdns.com" />


<securecookie host="^rt\.powerdns\.com$" name=".+" />
<securecookie host=".+" name=".+" />


<rule from="^http:"
Expand Down