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

Commit

Permalink
[MyFonts.net] Don't rewrite to cloudfront
Browse files Browse the repository at this point in the history
No longer necessary.

Conflicts:
	src/chrome/content/rules/MyFonts.com.xml
  • Loading branch information
MB committed Sep 10, 2014
1 parent 3083cc4 commit 389d7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chrome/content/rules/MyFonts.com.xml
Expand Up @@ -29,8 +29,8 @@
<rule from="^http://(www\.)?myfonts\.com/(my/|s/|secure/|viewlicense(?:$|\?))"
to="https://$1myfonts.com/$2" />

<rule from="^https?://cdn\.myfonts\.(?:com|net)/"
to="https://d2c1cl1a12l6zn.cloudfront.net/" />
<rule from="^http://cdn\.myfonts\.(?:com|net)/"
to="https://cdn.myfonts.net/" />

<rule from="^http://([^w]\w+)\.myfonts\.(?:com|net)/"
to="https://$1.myfonts.net/" />
Expand Down

0 comments on commit 389d7f9

Please sign in to comment.