diff options
author | NateN1222 <nathannichols454@gmail.com> | 2018-01-27 10:54:08 -0600 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2018-01-27 10:54:08 -0600 |
commit | 4089cd1dcd7c303e709331c299521266a0b2bdd7 (patch) | |
tree | 05ee57b0c93bd39005148a0104477905ecbc4b06 /manifest.json | |
parent | 09f4708f61c29d24bf46505d04cf223a1e0325d7 (diff) |
Added pre-request blocking for Google Analytics so that Google cannot register
that the script was even requested.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index c932ee2..cf894a7 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "description": "Only allows free and/or trivial Javascript to run.", "applications": { "gecko": { - "id": "librejs7@gnu.org", + "id": "jid1-KtlZuoiikVfFew@jetpack", "strict_min_version": "57.0" } }, |