Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blocked_redirect by fixing promises and images #380

Merged
merged 5 commits into from May 8, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

update changelog and bump version to 8.3.4

  • Loading branch information
christophertino committed May 8, 2019
commit 3d31b1a46c889570d9cd1c1db72c7c8886471656
@@ -1,3 +1,7 @@
### GHOSTERY 8.3.4 (May 8, 2019)

+ Fixes bug in Click2Play redirect blocking

### GHOSTERY 8.3.3 (April 24, 2019)

+ Fixes bug where Ad-Blocker/Anti-Tracking modules did not respect whitelist settings
@@ -9,8 +9,8 @@
"author": "Ghostery",
"name": "__MSG_name__",
"short_name": "Ghostery",
"version": "8.3.3",
"version_name": "8.3.3",
"version": "8.3.4",
"version_name": "8.3.4",
"default_locale": "en",
"description": "__MSG_short_description__",
"icons": {
@@ -100,4 +100,4 @@
"app/images/*",
"dist/css/rewards_styles.css"
]
}
}
ProTip! Use n and p to navigate between commits in a pull request.