This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Pingability.com] Update and reactivate ruleset (#10238)
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |