This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathDailymotion.xml
More file actions
42 lines (35 loc) · 1.39 KB
/
Dailymotion.xml
File metadata and controls
42 lines (35 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--
Nonfunctional domains:
- advertising.dailymotion.com
- blog.dailymotion.com
- publicite.dailymotion.com
Partially covered domains:
- (www.)dailymotion.com
- cdn/manifest/video/\w+.mnft 403s
- crossdomain.xml breaks videos
-->
<ruleset name="Dailymotion">
<target host="dailymotion.com" />
<!-- * for cross-domain cookies -->
<target host="*.dailymotion.com" />
<!-- https://mail1.eff.org/pipermail/https-everywhere-rules/2012-July/001241.html -->
<exclusion pattern="^http://(www\.)?dailymotion\.com/crossdomain\.xml$" />
<test url="http://dailymotion.com/crossdomain.xml" />
<test url="http://www.dailymotion.com/crossdomain.xml" />
<target host="*.dmcdn.net" />
<!-- Testing wrt embedded breakage -->
<!-- securecookie host="^.*\.dailymotion\.com$" name=".+" /-->
<!-- Omniture tracking cookies -->
<securecookie host="^\.dailymotion\.com$" name="^s_\w+$" />
<securecookie host="^www\.dailymotion\.com$" name=".+" />
<rule from="^http://(www\.|faq\.|press\.)?dailymotion\.com/"
to="https://$1dailymotion.com/" />
<test url="http://www.dailymotion.com/" />
<test url="http://faq.dailymotion.com/" />
<test url="http://press.dailymotion.com/" />
<rule from="^http://(s\d(-ssl)?|static\d)\.dmcdn\.net/"
to="https://$1.dmcdn.net/" />
<test url="http://s1.dmcdn.net/" />
<test url="http://s1-ssl.dmcdn.net/" />
<test url="http://static1.dmcdn.net/" />
</ruleset>