Skip to content

Commit 057627e

Browse files
authored
Merge pull request EFForg#18142 from Hainish/release-2019.6.27
Release 2019.6.27
2 parents 7dc47cf + ff5b464 commit 057627e

10 files changed

Lines changed: 431 additions & 402 deletions

File tree

chromium/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
}
77
},
88
"author": "extension-devs@eff.org",
9-
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
109
"background": {
1110
"scripts": [
1211
"background-scripts/bootstrap.js",
@@ -29,6 +28,7 @@
2928
"default_popup": "pages/popup/index.html",
3029
"default_title": "__MSG_about_ext_name__"
3130
},
31+
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
3232
"default_locale": "en",
3333
"description": "__MSG_about_ext_description__",
3434
"devtools_page": "pages/devtools/index.html",
@@ -54,8 +54,8 @@
5454
"*://*/*",
5555
"ftp://*/*"
5656
],
57-
"version": "2019.6.4",
57+
"version": "2019.6.27",
5858
"web_accessible_resources": [
5959
"/pages/cancel/index.html"
6060
]
61-
}
61+
}

src/Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2019.6.27
2+
* Making stylistic changes for mobile friendliness in Fennec
3+
* Inclusion and use of the lib-wasm submodule, lowering memory overhead
4+
* Refactor secure cookie logic
5+
* Code cleanup
6+
* Bundled ruleset updates
7+
18
2019.6.4
29
* Fix bug where link HTML is replaced in cancel page, instead of text
310
* Bundled ruleset updates

0 commit comments

Comments
 (0)