diff --git a/changelog.txt b/changelog.txt index 8a5b342..2c4cd50 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Le Soleil - Quebec (+ regional/opt-in to custom sites) +Fix Law.com (cookies) Fix McClatchy Group (identify site) * v2.7.7.0 (2022-07-24) diff --git a/manifest.json b/manifest.json index 7e53c71..64dc763 100644 --- a/manifest.json +++ b/manifest.json @@ -696,5 +696,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.7.7.1" + "version": "2.7.7.2" } diff --git a/sites.js b/sites.js index 8069aa4..b1a27d5 100644 --- a/sites.js +++ b/sites.js @@ -1001,6 +1001,8 @@ var defaultSites = { }, "Law.com (free articles only)": { domain: "law.com", + allow_cookies: 1, + remove_cookies: 1, referer: "facebook" }, "Law360 (free articles only)": { diff --git a/sites_updated.json b/sites_updated.json index 24a54b6..a45d641 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -36,6 +36,12 @@ } ] }, + "Law.com (free articles only)": { + "domain": "law.com", + "allow_cookies": 1, + "remove_cookies": 1, + "referer": "facebook" + }, "Le Devoir": { "domain": "ledevoir.com", "block_regex": "\\.tinypass\\.com\\/",