Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[Pingability.com] Update and reactivate ruleset (#10238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored and jeremyn committed Jun 8, 2017
1 parent 6818571 commit 4f93427
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/chrome/content/rules/Pingability.com.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://pingability.com/ => https://pingability.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://www.pingability.com/ => https://pingability.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
www: cert only matches ^pingability.com
Invalid certificate:
www.pingability.com
-->
<ruleset name="Pingability.com" default_off='failed ruleset test'>
<ruleset name="Pingability.com">

<target host="pingability.com" />
<target host="www.pingability.com" />
<target host="matrix.pingability.com" />

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

<securecookie host="^(?:www\.)?pingability\.com$" name=".+" />


<rule from="^http://(?:www\.)?pingability\.com/"
<rule from="^http://www\.pingability\.com/"
to="https://pingability.com/" />

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

</ruleset>

0 comments on commit 4f93427

Please sign in to comment.