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

Commit

Permalink
Merge branch 'master' of github.com:EFForg/https-everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Jul 28, 2014
2 parents a45de95 + 8784f9e commit 23bac84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/chrome/content/rules/Spotify.xml
Expand Up @@ -26,6 +26,7 @@
- cf.scdn.co (cloudfront)
- origin.scdn.co (mismatched, CN: *.spotify.com)
- charts.spotify.com (shows developer.spotify.com)
Fully covered domains:
Expand All @@ -39,6 +40,8 @@
- developer
- download (→ d1clcicqv97n4s.cloudfront.net)
- embed
- open
- play
- support
Expand All @@ -48,6 +51,9 @@
- community *
- www.airplane-pictures.net **
- labs ** (mixed content)
- news * (mixed content)
- press * (mixed content)
- Web bugs on community from files.quizsnack.com *
Expand All @@ -68,7 +74,7 @@
<rule from="^http://cf\.scdn\.co/"
to="https://d2c87l0yth4zbw.cloudfront.net/" />

<rule from="^http://((?:community|developer|embed|support|www)\.)?spotify\.com/"
<rule from="^http://((?:community|developer|embed|news|labs|open|play|press|support|www)\.)?spotify\.com/"
to="https://$1spotify.com/" />

<rule from="^http://download\.spotify\.com/"
Expand Down

0 comments on commit 23bac84

Please sign in to comment.