Skip to content

Commit cf5957e

Browse files
committed
Merge pull request EFForg#1381 from jsha/disable-rules
Disable rules and rename "HTTP Nowhere"
2 parents ee5a3b1 + 5203d3b commit cf5957e

File tree

12 files changed

+31
-7
lines changed

12 files changed

+31
-7
lines changed

chromium/_locales/de/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Über HTTPS Everywhere"
47
},

chromium/_locales/en/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "About HTTPS Everywhere"
47
},

chromium/_locales/es/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Acerca de HTTPS Everywhere"
47
},

chromium/_locales/fi/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_ext_name": {
36
"message": "HTTPS Everywhere"
47
},

chromium/_locales/sv/messages.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"menu_blockHttpRequests": {
3+
"message": "Block all HTTP requests"
4+
},
25
"about_title": {
36
"message": "Om HTTPS Everywhere"
47
},

chromium/popup.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ <h1 i18n="about_ext_name"></h1>
1515
</header>
1616
<section id="HttpNowhere" class="options">
1717
<input id="http-nowhere-checkbox" type="checkbox" value="httpNowhere"/>
18-
<label for="http-nowhere-checkbox">Turn on HTTP Nowhere</label>
18+
<label i18n="menu_blockHttpRequests" for="http-nowhere-checkbox"
19+
>Block all HTTP requests</label>
1920
</section>
2021
<section>
2122
<a href="#" id="add-rule-link">Add a rule for this site</a>

src/chrome/content/rules/Bing.net.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
Disabled per https://github.com/EFForg/https-everywhere/issues/1344
23
For other Microsoft coverage, see Microsoft.xml.
34
45
@@ -15,7 +16,7 @@
1516
- *.mm.bing.net
1617
1718
-->
18-
<ruleset name="Bing.net">
19+
<ruleset name="Bing.net" default_off="Breaks startpage image search">
1920

2021
<target host="*.api.bing.net" />
2122
<target host="*.mm.bing.net" />

src/chrome/content/rules/First_Amendment_Center.org.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
Disabled per https://github.com/EFForg/https-everywhere/issues/1376
23
For problematic rules, see First_Amendment_Center.org-problematic.xml.
34
45
@@ -13,7 +14,7 @@
1314
^firstamendmentcenter.org does not exist.
1415
1516
-->
16-
<ruleset name="First Amendment Center.org (partial)">
17+
<ruleset name="First Amendment Center.org (partial)" default_off="Breaks site">
1718

1819
<target host="*.firstamendmentcenter.org" />
1920
<!--
@@ -28,4 +29,4 @@
2829
<rule from="^http://www\.firstamendmentcenter\.org/"
2930
to="https://s111617.gridserver.com/" />
3031

31-
</ruleset>
32+
</ruleset>

src/chrome/content/rules/How_To_Geek.com.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!--
2+
Disabled per https://github.com/EFForg/https-everywhere/pull/1371
3+
Please don't re-enable until hearing from the site maintainer.
4+
25
Nonfunctional subdomains:
36
47
- dicuss *

src/chrome/content/rules/Ikea.com.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!--
2+
Disabled per https://github.com/EFForg/https-everywhere/issues/1377
23
- ikea.com.122.2o7.net
34
45
- metrics
@@ -16,7 +17,7 @@
1617
- smetrics
1718
1819
-->
19-
<ruleset name="Ikea.com (partial)">
20+
<ruleset name="Ikea.com (partial)" default_off="Breaks site">
2021

2122
<target host="ikea.com" />
2223
<target host="*.ikea.com" />

0 commit comments

Comments
 (0)