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

Create copilotgps.com.xml #9871

Merged
merged 2 commits into from
May 11, 2017
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
13 changes: 13 additions & 0 deletions src/chrome/content/rules/copilotgps.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<ruleset name="copilotgps.com">

<target host="copilotgps.com" />
<target host="www.copilotgps.com" />
<target host="blog.copilotgps.com" />
Copy link
Contributor

Choose a reason for hiding this comment

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

I also found:
apphelp.copilotgps.com
my.copilotgps.com
support.copilotgps.com

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good spot! I've now added those.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

<target host="apphelp.copilotgps.com" />
<target host="my.copilotgps.com" />
<target host="support.copilotgps.com" />

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

</ruleset>