diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 657fe7ce4..b90d746be 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.3", + "version": "1.5.4", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 7a8a716d4..088f34808 100644 --- a/platform/firefox/vapi-client.js +++ b/platform/firefox/vapi-client.js @@ -81,7 +81,7 @@ vAPI.shutdown = (function() { } var filters = self.rpc({ fnName: 'getScriptTagFilters', - rootURL: self.top.location.href, + rootURL: self.location.href, frameURL: self.location.href, frameHostname: hostname }); diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 68427416e..957a93f3f 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.3", + "version": "1.5.4", "default_locale": "en", "description": "__MSG_extShortDesc__",