We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a36ae9 + d210008 commit db189b1Copy full SHA for db189b1
src/chrome/content/rules/IRCTC.co.in.xml
@@ -0,0 +1,22 @@
1
+<ruleset name="IRCTC.co.in">
2
+
3
+ <!-- Direct rewrites:
4
+ -->
5
+ <target host="irctc.co.in" />
6
+ <target host="www.ecatering.irctc.co.in" />
7
+ <target host="www.irctc.co.in" />
8
+ <target host="www.services.irctc.co.in" />
9
10
+ <!-- Complications:
11
12
+ <target host="ecatering.irctc.co.in" />
13
+ <target host="services.irctc.co.in" />
14
15
16
+ <rule from="^http://(ecatering|services)\.irctc\.co\.in/"
17
+ to="https://www.$1.irctc.co.in/" />
18
19
+ <rule from="^http:"
20
+ to="https:" />
21
22
+</ruleset>
0 commit comments