Skip to content

Commit 983ffe1

Browse files
committed
Release: Firefox v. 5.2.0, Chrome v. 2016.7.18
1 parent 66e29e0 commit 983ffe1

File tree

5 files changed

+141
-136
lines changed

5 files changed

+141
-136
lines changed

chromium/manifest.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"author": {
88
"email": "eff.software.projects@gmail.com"
9-
},
9+
},
1010
"background": {
1111
"scripts": [
1212
"rules.js",
@@ -15,35 +15,35 @@
1515
"background.js",
1616
"incognito-cache-clearing.js"
1717
]
18-
},
18+
},
1919
"browser_action": {
2020
"default_icon": {
21-
"38": "icons/icon-active-38.png"
22-
},
23-
"default_popup": "popup.html",
21+
"38": "icons/icon-active-38.png"
22+
},
23+
"default_popup": "popup.html",
2424
"default_title": "__MSG_about_ext_name__"
25-
},
26-
"default_locale": "en",
27-
"description": "__MSG_about_ext_description__",
28-
"devtools_page": "devtools.html",
29-
"homepage_url": "https://www.eff.org/https-everywhere",
25+
},
26+
"default_locale": "en",
27+
"description": "__MSG_about_ext_description__",
28+
"devtools_page": "devtools.html",
29+
"homepage_url": "https://www.eff.org/https-everywhere",
3030
"icons": {
31-
"48": "icons/icon-active-48.png",
32-
"128": "icons/icon-active-128.png"
33-
},
34-
"incognito": "spanning",
35-
"manifest_version": 2,
36-
"minimum_chrome_version": "45",
37-
"name": "__MSG_about_ext_name__",
31+
"128": "icons/icon-active-128.png",
32+
"48": "icons/icon-active-48.png"
33+
},
34+
"incognito": "spanning",
35+
"manifest_version": 2,
36+
"minimum_chrome_version": "45",
37+
"name": "__MSG_about_ext_name__",
3838
"permissions": [
39-
"webNavigation",
40-
"webRequest",
41-
"webRequestBlocking",
42-
"tabs",
43-
"cookies",
44-
"storage",
39+
"webNavigation",
40+
"webRequest",
41+
"webRequestBlocking",
42+
"tabs",
43+
"cookies",
44+
"storage",
4545
"<all_urls>"
4646
],
4747
"update_url": "https://www.eff.org/files/https-everywhere-chrome-updates.xml",
48-
"version": "2016.6.9"
49-
}
48+
"version": "2016.7.18"
49+
}

src/Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Firefox 5.2.0 / Chrome 2016.7.18
2+
* Ruleset fixes
3+
* Updating icons
4+
* 'Block all unencrypted requests' now allows requests to .onion addresses
5+
16
Firefox 5.1.10 / Chrome 2016.6.9
27
* Ruleset fixes
38
* Fixing Tor Browser race condition

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<groupbox>
4040
<caption label="&https-everywhere.about.version;" />
41-
<label>5.1.10</label>
41+
<label>5.2.0</label>
4242
</groupbox>
4343

4444
<groupbox>

0 commit comments

Comments
 (0)