Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 31 additions & 30 deletions src/chrome/content/rules/Connexity.net.xml
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://connexity.net/ => https://connexity.net/: (52, 'Empty reply from server')

Nonfunctional subdomains:

- www (reset; mismatched, CN: pro.connexity.net)


Insecure cookies are set for these domains: ᶜ

- .connexity.net

ᶜ See https://owasp.org/index.php/SecureFlag

Empty reply:
- connexity.net
- cse.connexity.net
- pxl.connexity.net

Cert mismatch:
- www.connexity.net
- cse.prod.connexity.net
- link.connexity.net
- s.connexity.net
- t.connexity.net
- u.connexity.net

Cert expired:
- pm-rtb-fkb.connexity.net

Timeout:
- ax-rtb-fkb.connexity.net
- cm-rtb-fkb.connexity.net
- ox-rtb-fkb.connexity.net
- pp-rtb-fkb.connexity.net
- rtb.connexity.net
- yax-rtb-fkb.connexity.net
-->
<ruleset name="Connexity.net" default_off='failed ruleset test'>
<ruleset name="Connexity.net (partial)" >

<target host="connexity.net" />
<target host="api.connexity.net" />
<target host="cpa.connexity.net" />
<target host="dude.connexity.net" />
<target host="mxl.connexity.net" />
<target host="rd.connexity.net" />
<target host="rd2.connexity.net" />
<target host="up.connexity.net" />

<!-- Sets cookies without Secure:
-->
<test url="http://rd.connexity.net/rd2?mid=&amp;catId=&amp;prodId=&amp;tokenId=&amp;lg=&amp;bAmt=&amp;ppr=&amp;oid=&amp;atom=&amp;bidType=&amp;bId=&amp;mpid=&amp;countryCode=US&amp;t=&amp;br=&amp;rf=&amp;vsc=&amp;rdrSerial=" />


<!-- Not secured by server, set by rd:
-->
<!--securecookie host="^\.connexity\.net$" name="^(?:COu|br|rf)$" /-->

<!-- Tracking cookies:
-->
<securecookie host="^\." name="^(?:COu|br|refresh|rf|sync)$" />

<securecookie host=".+" name=".+" />

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