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
90 changes: 76 additions & 14 deletions src/chrome/content/rules/RadiumOne.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,90 @@

- www.radiumone.com (expired, self-signed; shows default Media Temple page)

Connection refused:
- repo.gwallet.com

TLS error:
- ad.gwallet.com
- cal.gwallet.com
- docs.gwallet.com
- groups.gwallet.com
- log.gwallet.com
- mail.gwallet.com
- sites.gwallet.com
- video.gwallet.com

Cert mismatch:
- control.radiumone.com
- go.radiumone.com
- optout.radiumone.com

Insecure cookies are set for these domains and hosts:

- .gwallet.com
- rs.gwallet.com

- www.cnn.corp.gwallet.com
- img1.gwallet.com
- img2.gwallet.com
- img3.gwallet.com
- globalgw.gwallet.com
- post.gwallet.com
- racdn.gwallet.com
- rcdna.gwallet.com
- pypi.dev.dw.sc.gwallet.com
- git.dev.dw.sc.gwallet.com
- lucy.dw.sc.gwallet.com
- tableau01.staging.dw.sc.gwallet.com
- webhost-01.gwallet.com
-->
<ruleset name="RadiumOne (partial)">

<!-- Direct rewrites:
-->
<target host="rs.gwallet.com" />
<target host="rui.gwallet.com" />
<target host="radiumone.com" />
<target host="www.radiumone.com" />

<target host="analytics.radiumone.com" />
<target host="api.radiumone.com" />
<target host="console.radiumone.com" />
<target host="dmp.radiumone.com" />
<target host="sso.radiumone.com" />
<target host="support.radiumone.com" />

<!-- Not secured by server:
-->
<!--securecookie host="^\.gwallet\.com$" name="^(?:ra1_sgm_\d+|ra1_sid|ra1_uid)$" /-->
<!--securecookie host="^rs\.gwallet\.com$" name="^RA1balancer$" /-->
<target host="gwallet.com" />
<target host="www.gwallet.com" />

<securecookie host=".+" name=".+" />
<target host="2frtb-us-east.gwallet.com" />
<target host="demo.gwallet.com" />
<target host="frs.gwallet.com" />
<target host="mate.gwallet.com" />
<target host="ip.gwallet.com" />
<target host="ha.gwallet.com" />
<target host="mc.gwallet.com" />
<target host="mx.gwallet.com" />
<target host="mgt2wh.gwallet.com" />
<target host="mgt1wh.gwallet.com" />
<target host="ns4.gwallet.com" />
<target host="post-cm.gwallet.com" />
<target host="observium.gwallet.com" />
<target host="optout.gwallet.com" />
<target host="panel.gwallet.com" />
<target host="p.gwallet.com" />
<target host="pr.gwallet.com" />
<target host="rp.gwallet.com" />
<target host="report-rs.gwallet.com" />
<target host="ru.gwallet.com" />
<target host="rp2.gwallet.com" />
<target host="rs.gwallet.com" />
<target host="rstatic.gwallet.com" />
<target host="rtb-us-east.gwallet.com" />
<target host="rtb-eu.gwallet.com" />
<target host="rtb-apac.gwallet.com" />
<target host="sdk-log.gwallet.com" />
<target host="rui.gwallet.com" />
<target host="staging.gwallet.com" />
<target host="test1.gwallet.com" />
<target host="static.gwallet.com" />
<target host="ssltest.gwallet.com" />
<target host="temp.gwallet.com" />
<target host="webhost01.gwallet.com" />
<target host="zabbix.gwallet.com" />

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

<!-- - rs: Included on 3rd-party websites
- rui: client login/administration
Expand Down