diff --git a/README.md b/README.md index 80e868d..61689e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.3/bypass_paywalls-1.5.3-an+fx.xpi) ### Bypass the following sites' paywalls with this extension: diff --git a/background.js b/background.js index 67142e7..53b2db5 100644 --- a/background.js +++ b/background.js @@ -103,6 +103,7 @@ const allow_cookies = [ 'irishtimes.com', 'hbr.org', 'nymag.com', +'theaustralian.com.au', ] // Removes cookies after page load diff --git a/manifest.json b/manifest.json index 95bd3fb..96f94a8 100644 --- a/manifest.json +++ b/manifest.json @@ -44,5 +44,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.5.2" + "version": "1.5.3" } \ No newline at end of file diff --git a/updates.json b/updates.json index 37d87e9..52180c2 100644 --- a/updates.json +++ b/updates.json @@ -18,7 +18,9 @@ { "version": "1.5.1", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.1/bypass_paywalls-1.5.1-an+fx.xpi" }, { "version": "1.5.2", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.2/bypass_paywalls-1.5.2-an+fx.xpi" }, + { "version": "1.5.3", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.3/bypass_paywalls-1.5.3-an+fx.xpi" } ] } }