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
6 changes: 3 additions & 3 deletions chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}
},
"author": "extension-devs@eff.org",
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
"background": {
"scripts": [
"background-scripts/bootstrap.js",
Expand All @@ -29,6 +28,7 @@
"default_popup": "pages/popup/index.html",
"default_title": "__MSG_about_ext_name__"
},
"content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_about_ext_description__",
"devtools_page": "pages/devtools/index.html",
Expand All @@ -54,8 +54,8 @@
"*://*/*",
"ftp://*/*"
],
"version": "2019.6.4",
"version": "2019.6.27",
"web_accessible_resources": [
"/pages/cancel/index.html"
]
}
}
7 changes: 7 additions & 0 deletions src/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2019.6.27
* Making stylistic changes for mobile friendliness in Fennec
* Inclusion and use of the lib-wasm submodule, lowering memory overhead
* Refactor secure cookie logic
* Code cleanup
* Bundled ruleset updates

2019.6.4
* Fix bug where link HTML is replaced in cancel page, instead of text
* Bundled ruleset updates
Expand Down
Loading