Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
14 changes: 0 additions & 14 deletions src/chrome/content/rules/Tinypass.com-falsemixed.xml

This file was deleted.

55 changes: 13 additions & 42 deletions src/chrome/content/rules/Tinypass.com.xml
Original file line number Diff line number Diff line change
@@ -1,54 +1,25 @@
<!--
For rules causing false/broken MCB, see Tinypass.com-falsemixed.xml.


Nonfunctional subdomains:

- developer *
- market **

* Refused
** Shows dashboard


Fully covered subdomains:

- cdn


Mixed content:

- iframe on publisher from tinypass.zendesk.com *

- css on publisher from $self *
- css on www from $self *

- Images, on:

- publisher from $self *
- publisher from www *
- www from $self *

- Bug on publisher from cloud.webtype.com *

* Secured by us
Invalid certificate:
assets.tinypass.com
jobs.tinypass.com

-->
<ruleset name="Tinypass.com (partial)">
<ruleset name="Tinypass.com">

<target host="tinypass.com" />
<target host="www.tinypass.com" />
<target host="api.tinypass.com" />
<target host="buy.tinypass.com" />
<target host="cdn.tinypass.com" />
<target host="code.tinypass.com" />
<target host="dashboard.tinypass.com" />
<target host="experience.tinypass.com" />
<target host="fonts.tinypass.com" />
<target host="id.tinypass.com" />
<target host="market.tinypass.com" />
<target host="media.tinypass.com" />
<target host="play.tinypass.com" />
<target host="publisher.tinypass.com" />
<target host="www.tinypass.com" />
<!--exclusion pattern="^http://(developer|market)\.tinypass\.com/" /-->
<!--
Avoid false/broken MCB:
-->
<exclusion pattern="^http://publisher\.tinypass\.com/+(?!guide/(?:assets|media|plugins)/)" />
<exclusion pattern="^http://www\.tinypass\.com/+(?!favicon\.ico|wp-content/|wp-includes/)" />


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

Expand Down