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

Re-enable BrightTalk ruleset #18666

Merged
merged 1 commit into from Nov 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
51 changes: 2 additions & 49 deletions src/chrome/content/rules/BrightTALK.com.xml
@@ -1,15 +1,5 @@

<!--
Disabled by https-everywhere-checker because:
Non-2xx HTTP code: http://go.brighttalk.com/css/mktLPSupport.css (200) => https://na-sji.marketo.com/css/mktLPSupport.css (403)
Non-2xx HTTP code: http://go.brighttalk.com/rs/brighttalk/images/MME_logo_white.png (200) => https://na-sji.marketo.com/rs/brighttalk/images/MME_logo_white.png (403)
Non-2xx HTTP code: http://go.brighttalk.com/?f (200) => https://app-sji.marketo.com/ (403)
Non-2xx HTTP code: http://go.brighttalk.com/?o (200) => https://app-sji.marketo.com/ (403)
Non-2xx HTTP code: http://go.brighttalk.com/?b (200) => https://app-sji.marketo.com/ (403)
Non-2xx HTTP code: http://go.brighttalk.com/?a (200) => https://app-sji.marketo.com/ (403)
Non-2xx HTTP code: http://go.brighttalk.com/?r (200) => https://app-sji.marketo.com/ (403)
Non-2xx HTTP code: http://go.brighttalk.com/ (200) => https://app-sji.marketo.com/ (403)

Nonfunctional hosts:

go *
Expand All @@ -35,58 +25,21 @@ Non-2xx HTTP code: http://go.brighttalk.com/ (200) => https://app-sji.marketo.co
- blog.brighttalk.com

-->
<ruleset name="BrightTALK.com (partial)" default_off="failed ruleset test">
<ruleset name="BrightTALK.com (partial)">

<!-- Direct rewrites:
-->
<target host="brighttalk.com" />
<!--target host="blog.brighttalk.com" /-->
<target host="business.brighttalk.com" />
<target host="support.brighttalk.com" />
<target host="www.brighttalk.com" />

<!-- Complications:
-->
<target host="go.brighttalk.com" />

<exclusion pattern="^http://go\.brighttalk\.com/+(?!$|\?|css/|images/|rs/)" />

<!-- +ve:
-->
<test url="http://go.brighttalk.com/ANNUITAS_B2B_Enterprise_Demand-Generation_Download.html" />
<test url="http://go.brighttalk.com/MME15.html" />
<test url="http://go.brighttalk.com/Top5-ITGRC-2013.html" />
<test url="http://go.brighttalk.com/Top5-Marketing-2013.html" />
<test url="http://go.brighttalk.com/ethernet-is-the-right-fit-for-the-Software-Defined-Data-Center.html" />
<test url="http://go.brighttalk.com/legendary-marketing-guide.html" />
<test url="http://go.brighttalk.com/oes.html" />

<!-- -ve:
-->
<test url="http://go.brighttalk.com/css/mktLPSupport.css" />
<test url="http://go.brighttalk.com/rs/brighttalk/images/MME_logo_white.png" />


<!-- Not secured by server:
-->
<!--securecookie host="^blog\.brighttalk\.com$" name="^(JSESSIONID|ss_sd)$" /-->


<!-- Redirect drops forward slash and args:
-->
<rule from="^http://go\.brighttalk\.com/+(?:\?.*)?$"
to="https://app-sji.marketo.com/" />

<test url="http://go.brighttalk.com/?f" />
<test url="http://go.brighttalk.com/?o" />
<test url="http://go.brighttalk.com//?o" />
<test url="http://go.brighttalk.com/?b" />
<test url="http://go.brighttalk.com/?a" />
<test url="http://go.brighttalk.com/?r" />

<rule from="^http://go\.brighttalk\.com/"
to="https://na-sji.marketo.com/" />


<rule from="^http:"
to="https:" />

Expand Down