Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions chromium/_locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"menu_blockHttpRequests": {
"message": "Block all HTTP requests"
},
"about_title": {
"message": "Über HTTPS Everywhere"
},
Expand Down
3 changes: 3 additions & 0 deletions chromium/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"menu_blockHttpRequests": {
"message": "Block all HTTP requests"
},
"about_title": {
"message": "About HTTPS Everywhere"
},
Expand Down
3 changes: 3 additions & 0 deletions chromium/_locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"menu_blockHttpRequests": {
"message": "Block all HTTP requests"
},
"about_title": {
"message": "Acerca de HTTPS Everywhere"
},
Expand Down
3 changes: 3 additions & 0 deletions chromium/_locales/fi/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"menu_blockHttpRequests": {
"message": "Block all HTTP requests"
},
"about_ext_name": {
"message": "HTTPS Everywhere"
},
Expand Down
3 changes: 3 additions & 0 deletions chromium/_locales/sv/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"menu_blockHttpRequests": {
"message": "Block all HTTP requests"
},
"about_title": {
"message": "Om HTTPS Everywhere"
},
Expand Down
3 changes: 2 additions & 1 deletion chromium/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ <h1 i18n="about_ext_name"></h1>
</header>
<section id="HttpNowhere" class="options">
<input id="http-nowhere-checkbox" type="checkbox" value="httpNowhere"/>
<label for="http-nowhere-checkbox">Turn on HTTP Nowhere</label>
<label i18n="menu_blockHttpRequests" for="http-nowhere-checkbox"
>Block all HTTP requests</label>
</section>
<section>
<a href="#" id="add-rule-link">Add a rule for this site</a>
Expand Down
3 changes: 2 additions & 1 deletion src/chrome/content/rules/Bing.net.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/issues/1344
For other Microsoft coverage, see Microsoft.xml.


Expand All @@ -15,7 +16,7 @@
- *.mm.bing.net

-->
<ruleset name="Bing.net">
<ruleset name="Bing.net" default_off="Breaks startpage image search">

<target host="*.api.bing.net" />
<target host="*.mm.bing.net" />
Expand Down
5 changes: 3 additions & 2 deletions src/chrome/content/rules/First_Amendment_Center.org.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/issues/1376
For problematic rules, see First_Amendment_Center.org-problematic.xml.


Expand All @@ -13,7 +14,7 @@
^firstamendmentcenter.org does not exist.

-->
<ruleset name="First Amendment Center.org (partial)">
<ruleset name="First Amendment Center.org (partial)" default_off="Breaks site">

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

</ruleset>
</ruleset>
3 changes: 3 additions & 0 deletions src/chrome/content/rules/How_To_Geek.com.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/pull/1371
Please don't re-enable until hearing from the site maintainer.

Nonfunctional subdomains:

- dicuss *
Expand Down
3 changes: 2 additions & 1 deletion src/chrome/content/rules/Ikea.com.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/issues/1377
- ikea.com.122.2o7.net

- metrics
Expand All @@ -16,7 +17,7 @@
- smetrics

-->
<ruleset name="Ikea.com (partial)">
<ruleset name="Ikea.com (partial)" default_off="Breaks site">

<target host="ikea.com" />
<target host="*.ikea.com" />
Expand Down
3 changes: 2 additions & 1 deletion src/chrome/content/rules/Speedtest.net.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/issues/1362
For other Ookla coverage, see Ookla.xml.


Expand All @@ -7,7 +8,7 @@
- Ad/bug on www from ads.ookla.com

-->
<ruleset name="Speedtest.net (partial)">
<ruleset name="Speedtest.net (partial)" default_off="Breaks site">

<target host="speedtest.net" />
<target host="c.speedtest.net" />
Expand Down
3 changes: 2 additions & 1 deletion src/chrome/content/rules/Start.me.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!--
Disabled per https://github.com/EFForg/https-everywhere/issues/1361
For problematic rules, see Start.me-problematic.xml.


Expand Down Expand Up @@ -52,7 +53,7 @@
* Secured by us

-->
<ruleset name="Start.me (partial)">
<ruleset name="Start.me (partial)" default_off="Breaks icons">

<target host="assets.start.me" />
<target host="assets.blog.start.me" />
Expand Down