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

Commit d8d04cb

Browse files
authored
Create Kb.se.xml (closes #19022) (#19225)
* Create Kb.se.xml (closes #19022) Signed-off-by: Atrate <[email protected]> * Fix indentation * Addd additional domains for Kb.se * Fix broken domains
1 parent 5b60e45 commit d8d04cb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/chrome/content/rules/Kb.se.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
Nonfunctional hosts in *.kb.se:
3+
www.libris.kb.se (m)
4+
librishelp.libris.kb.se (403 Forbidden)
5+
uppsok.libris.kb.se (No route to host)
6+
-->
7+
<ruleset name="Kb.se">
8+
<target host="kb.se" />
9+
<target host="www.kb.se" />
10+
<target host="libris.kb.se" />
11+
<target host="sondera.kb.se" />
12+
<rule from="^http:" to="https:" />
13+
</ruleset>

0 commit comments

Comments
 (0)