Skip to content
Open
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
55 changes: 26 additions & 29 deletions src/chrome/content/rules/Migros-Bank.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,40 +3,37 @@

Mismatch:
- blog.bancamigros.ch
- p2p.bancamigros.ch
- blog.banquemigros.ch
- p2p.banquemigros.ch

Incomplete cert chain:
- onlinesupport.migrosbank.ch

Redirecting to https://www.migrosbank.ch/(fr|it)/ would break some deep links.
-->
<ruleset name="Migros Bank">
<target host="migrosbank.ch"/>
<target host="www.migrosbank.ch"/>
<target host="banking.migrosbank.ch"/>
<target host="blog.migrosbank.ch"/>
<target host="boerse.migrosbank.ch"/>
<target host="lieferanten.migrosbank.ch"/>
<target host="secure.migrosbank.ch"/>
<target host="standorte.migrosbank.ch"/>
<target host="stats.migrosbank.ch"/>
<target host="migrosbank.ch" />
<target host="www.migrosbank.ch" />
<target host="banking.migrosbank.ch" />
<target host="blog.migrosbank.ch" />
<target host="boerse.migrosbank.ch" />
<target host="lieferanten.migrosbank.ch" />
<target host="onlinesupport.migrosbank.ch" />
<target host="secure.migrosbank.ch" />
<target host="standorte.migrosbank.ch" />
<target host="stats.migrosbank.ch" />

<target host="bancamigros.ch" />
<target host="www.bancamigros.ch" />

<target host="bancamigros.ch"/>
<target host="www.bancamigros.ch"/>
<target host="banquemigros.ch"/>
<target host="www.banquemigros.ch"/>

<target host="banquemigros.ch"/>
<target host="www.banquemigros.ch"/>
<test url="http://www.migrosbank.ch/" />
<test url="http://standorte.migrosbank.ch/" />
<test url="http://blog.migrosbank.ch/" />
<test url="http://blog.bancamigros.ch/" />
<test url="http://blog.banquemigros.ch/" />

<!-- certs only match www. -->
<rule from="^http://migrosbank\.ch/"
to="https://www.migrosbank.ch/"/>
<rule from="^http://bancamigros\.ch/"
to="https://www.bancamigros.ch/"/>
<rule from="^http://banquemigros\.ch/"
to="https://www.banquemigros.ch/"/>
<!-- certs only match blog.migrosbank.ch -->
<rule from="^http://blog\.bancamigros\.ch/"
to="https://blog.migrosbank.ch/" />
<rule from="^http://blog\.banquemigros\.ch/"
to="https://blog.migrosbank.ch/" />

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