Skip to content

Commit

Permalink
Apply patch for webextension-polyfill to silence Chrome warning (#830)
Browse files Browse the repository at this point in the history
* Apply patch mozilla/webextension-polyfill#385
from the webextension-polyfill (and removes the minified file). The patch
silences the following warning that started to appear in recent Chrome versions:

A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

refs #806

* Added CHANGELOG
  • Loading branch information
philipp-classen authored Aug 12, 2022
1 parent f72063f commit 9f9d1c4
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 1 deletion.
1 change: 1 addition & 0 deletions extension-manifest-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* New onboarding
* Adblocker toggle controls all blocking
* Ability to disable redirect protection
* Fixed: error message on recent Chrome versions (#806)

### GHOSTERY 8.7.6 (July 11, 2022)

Expand Down
Loading

0 comments on commit 9f9d1c4

Please sign in to comment.