Skip to content

Commit 11dcd24

Browse files
Chan Chak ShingJ0WI
authored andcommitted
Update Optimizely.xml (EFForg#12186)
* Remove `pages.optimizely.com` from Optimizely.xml * Update complicated rule for `support.optimizely.com` * Update Optimizely.xml
1 parent 4baca04 commit 11dcd24

File tree

1 file changed

+3
-66
lines changed

1 file changed

+3
-66
lines changed

src/chrome/content/rules/Optimizely.xml

Lines changed: 3 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Non-2xx HTTP code: http://pages.optimizely.com/rs/optimizely/images/Customer_Story_Backcountry.pdf (200) => https://na-sjn.marketo.com/rs/optimizely/images/Customer_Story_Backcountry.pdf (403)
5-
62
For rules covering resources which do not secure
73
mixed content, see optimizely.com-resources.xml.
84
@@ -13,21 +9,13 @@ Non-2xx HTTP code: http://pages.optimizely.com/rs/optimizely/images/Customer_Sto
139
- cdn.optimizely.com.edgekey.net ← cdn3
1410
1511
16-
Nonfunctional hosts in *optimizely.com:
17-
18-
- pages ᵃ
19-
20-
ᵃ Marketo / shows another domain
21-
22-
2312
Problematic hosts in *optimizely.com:
2413
2514
- cdn4 ᴬ
26-
- support ᵈ
2715
- log3 ᵐ
16+
- pages ᵐ
2817
2918
ᴬ Akamai / mismatched
30-
ᵈ Dropped, preemptable redirect
3119
ᵐ Mismatched
3220
3321
@@ -48,7 +36,7 @@ Non-2xx HTTP code: http://pages.optimizely.com/rs/optimizely/images/Customer_Sto
4836
- optimizelySegments
4937
5038
-->
51-
<ruleset name="Optimizely (partial)" default_off='failed ruleset test'>
39+
<ruleset name="Optimizely (partial)">
5240

5341
<!-- Direct rewrites:
5442
-->
@@ -64,6 +52,7 @@ Non-2xx HTTP code: http://pages.optimizely.com/rs/optimizely/images/Customer_Sto
6452
<target host="learn.optimizely.com" />
6553
<target host="log.optimizely.com" />
6654
<target host="*.log.optimizely.com" />
55+
<target host="support.optimizely.com" />
6756
<target host="www.optimizely.com" />
6857

6958
<exclusion pattern="^http://(?:[^./]+\.){2,}log\.optimizely\.com/" />
@@ -80,62 +69,10 @@ Non-2xx HTTP code: http://pages.optimizely.com/rs/optimizely/images/Customer_Sto
8069
<!-- Complications:
8170
-->
8271
<target host="log3.optimizely.com" />
83-
<target host="pages.optimizely.com" />
84-
<target host="support.optimizely.com" />
85-
86-
<!--exclusion pattern="^http://pages\.optimizely\.com/(?!/*(?:$|\?|css/|images/|rs/))" /-->
87-
<!--
88-
Reduce non-Tor distinguishability:
89-
-->
90-
<exclusion pattern="^http://pages\.optimizely\.com/(?!/*(?:$|\?|rs/.+\.pdf(?:$|\?)))" />
91-
92-
<!-- +ve:
93-
-->
94-
<test url="http://pages.optimizely.com/book" />
95-
<test url="http://pages.optimizely.com/eBook_The_Ultimate_Guide_to_Optimizing_Your_Online_Store.html" />
96-
<test url="http://pages.optimizely.com/email-ab-testing-toolkit.html" />
97-
<test url="http://pages.optimizely.com/shopper-survey.html" />
98-
<test url="http://pages.optimizely.com/thrive-new-digital-reality-webinar-series-1.html" />
99-
<test url="http://pages.optimizely.com/thrive-new-digital-reality-webinar-series-2.html" />
100-
<test url="http://pages.optimizely.com/thrive-new-digital-reality-webinar-series-3.html" />
101-
<test url="http://pages.optimizely.com/thrive-new-digital-reality-webinar-series-4.html" />
102-
<test url="http://pages.optimizely.com/thrive-new-digital-reality-webinar-series.html" />
103-
104-
105-
<!-- Not secured by server:
106-
-->
107-
<!--securecookie host="^community\.optimizely\.com$" name="^Lithium(?:UserInfo|UserSecure|Visitor)$" /-->
108-
<!--securecookie host="^learn\.optimizely\.com$" name="^(?:YII_CSRF_TOKEN|backend_us_east_1)$" /-->
109-
110-
<securecookie host="^(?!pages\.)." name="." />
111-
11272

11373
<rule from="^http://log3\.optimizely\.com/"
11474
to="https://3.log.optimizely.com/" />
11575

116-
<!-- Redirect drops forward slash and args:
117-
-->
118-
<rule from="^http://pages\.optimizely\.com/+(?:\?.*)?$"
119-
to="https://www.optimizely.com/" />
120-
121-
<test url="http://pages.optimizely.com/?" />
122-
123-
<rule from="^http://pages\.optimizely\.com/"
124-
to="https://na-sjn.marketo.com/" />
125-
126-
<!--
127-
<test url="http://pages.optimizely.com/rs/361-GER-922/images/Share1.png" />
128-
-->
129-
<test url="http://pages.optimizely.com/rs/optimizely/images/Customer_Story_Backcountry.pdf" />
130-
131-
<!-- Redirect drops path and forward
132-
slash, but not args:
133-
-->
134-
<rule from="^http://support\.optimizely\.com/[^?]*"
135-
to="https://help.optimizely.com/" />
136-
137-
<test url="http://support.optimizely.com/Get_Started" />
138-
13976
<rule from="^http:"
14077
to="https:" />
14178

0 commit comments

Comments
 (0)