Skip to content

Commit 1a775c4

Browse files
q--J0WI
authored andcommitted
Add additional Stack Overflow domains and subdomains (EFForg#8895)
* Add ru.stackoverflow.com * Add email.stackoverflow.com & stackoverflow.email
1 parent 6a33672 commit 1a775c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/chrome/content/rules/Stack-Exchange.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@
6666
<!-- Stackoverflow -->
6767
<target host="chat.stackoverflow.com" />
6868
<target host="careers.stackoverflow.com" />
69+
<target host="email.stackoverflow.com" />
70+
<target host="stackoverflow.email" />
6971
<target host="ja.stackoverflow.com" />
7072
<target host="meta.stackoverflow.com" />
7173
<target host="pt.stackoverflow.com" />
74+
<target host="ru.stackoverflow.com" />
7275
<target host="stackoverflow.com" />
7376
<target host="blog.stackoverflow.com" />
7477
<target host="www.stackoverflow.com" />
@@ -120,8 +123,9 @@
120123
<securecookie host="^ja\.stackoverflow\.com$" name=".+" />
121124
<securecookie host="^meta\.stackoverflow\.com$" name=".+" />
122125
<securecookie host="^pt\.stackoverflow\.com$" name=".+" />
126+
<securecookie host="^ru\.stackoverflow\.com$" name=".+" />
123127
<securecookie host="^stackoverflow\.com$" name=".+" />
124-
128+
125129
<!-- Superuser -->
126130
<securecookie host="^superuser\.com$" name=".+" />
127131
<securecookie host="^meta\.superuser\.com$" name=".+" />

0 commit comments

Comments
 (0)