File tree Expand file tree Collapse file tree 2 files changed +68
-0
lines changed
Expand file tree Collapse file tree 2 files changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ For other Movie Database coverage, see The_Movie_Db.org.xml.
3+
4+
5+ Insecure cookies are set for these domains:
6+
7+ - .tmdb.org
8+
9+ -->
10+ <ruleset name =" TMDb.org" >
11+
12+ <!-- Direct rewrites:
13+ -->
14+ <target host =" tmdb.org" />
15+ <target host =" image.tmdb.org" />
16+ <target host =" www.tmdb.org" />
17+
18+
19+ <!-- CloudFlare cookies:
20+ -->
21+ <!-- securecookie host="^\.tmdb\.org$" name="^(?:__cfduid|cf_clearance)$" /-->
22+
23+ <securecookie host =" ^\.tmdb\.org$" name =" .+" />
24+
25+
26+ <rule from =" ^http:"
27+ to=" https:" />
28+
29+ </ruleset >
Original file line number Diff line number Diff line change 1+ <!--
2+ Other Movie Database rulesets:
3+
4+ - TMDb.org
5+
6+
7+ ^themoviedb.org: Mismatched
8+
9+
10+ Insecure cookies are set for these domains:
11+
12+ - .www.themoviedb.org
13+
14+ -->
15+ <ruleset name =" The Movie Db.org" >
16+
17+ <!-- Direct rewrites:
18+ -->
19+ <target host =" www.themoviedb.org" />
20+
21+ <!-- Complications:
22+ -->
23+ <target host =" themoviedb.org" />
24+
25+
26+ <!-- Not secured by server:
27+ -->
28+ <!-- securecookie host="^\.www\.themoviedb\.org$" name="^prefs$" /-->
29+
30+ <securecookie host =" ^\.www\.themoviedb\.org$" name =" .+" />
31+
32+
33+ <rule from =" ^http://themoviedb\.org/"
34+ to=" https://www.themoviedb.org/" />
35+
36+ <rule from =" ^http:"
37+ to=" https:" />
38+
39+ </ruleset >
You can’t perform that action at this time.
0 commit comments