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

Commit

Permalink
Update WP-Engine.xml, fix fetch-test
Browse files Browse the repository at this point in the history
Remove complicated rules for press.wpengine.com, destination gone from dns
  • Loading branch information
Pasu Chan Chak Shing committed Mar 18, 2018
1 parent f8e49bf commit fddbf28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/chrome/content/rules/WP-Engine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
Problematic subdomains:
- cdn (404; mismatched, CN: *.netdna-ssl.com)
- press (mismatched, CN: *.heroku.com)
- *.*.wpengine.com (mismatched, CN: *.wpengine.com)
Expand All @@ -25,7 +24,7 @@
- cdn (→ ^)
- devbox
- my
- press (→ wpengine.totemapp.com)
- press
- signup
- support
- \w+ *
Expand Down Expand Up @@ -88,9 +87,6 @@
<rule from="^http://cdn\.wpengine\.com/"
to="https://wpengine.com/" />

<rule from="^http://press\.wpengine\.com/"
to="https://wpengine.totemapp.com/" />

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

Expand Down

0 comments on commit fddbf28

Please sign in to comment.