123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <ruleset name="Dailymotion (default off)" default_off="breaks some embedded videos">
- <target host="dailymotion.com" />
-
- <target host="*.dailymotion.com" />
-
- <exclusion pattern="^http://(?:www\.)?dailymotion\.com/(?:cdn/[\w-]+/video/|crossdomain\.xml$)" />
- <target host="ak2.static.dailymotion.com" />
- <target host="*.dmcdn.net" />
- <target host="dmcloud.net" />
- <target host="*.dmcloud.net" />
-
-
- <securecookie host="^\.dailymotion\.com$" name="^s_\w+$" />
- <securecookie host="^www\.dailymotion\.com$" name=".+" />
- <rule from="^http://(erroracct\.|www\.)?dailymotion\.com/"
- to="https://$1dailymotion.com/" />
- <rule from="^http://(s\d|static(?:\d|s\d-ssl))\.dmcdn\.net/"
- to="https://$1.dmcdn.net/" />
- <rule from="^https?://ak2\.static\.dailymotion\.com/"
- to="https://static1-ssl.dmcdn.net/" />
- <rule from="^http://(s\.|www\.)?dmcloud\.net/"
- to="https://$1dmcloud.net/" />
- <rule from="^https?://support\.dmcloud\.net/"
- to="https://dmcloud.zendesk.com/" />
- </ruleset>
|