diff --git a/manifest.json b/manifest.json index 7669584..08d6a88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.3b-Development", + "version": "0.4.3c-Development", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" @@ -19,7 +19,6 @@ }, "content_scripts": [{ "matches": [""], - "match_about_blank": true, "all_frames": true, "run_at": "document_start", "js": [ diff --git a/releaseNotes.txt b/releaseNotes.txt index 1dcd8b5..987c21a 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,10 @@ +Version 0.4.3c: + known issues: + - force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all + + fixes: + - display of about:blank broken in Waterfox + Version 0.4.3b: known issues: - force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all