diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-09 12:59:49 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-09 12:59:49 -0700 |
commit | 5f46006e8da1d51a66291f25a2bc75959ec81efd (patch) | |
tree | 1a0b4d7948273ae95f8517cd77fc6d9e008f0f05 /ext/manifest.json | |
parent | 9a5a9aa47fd9a6c7ea6830a821689321e8fd9fbb (diff) |
scrap sandbox
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index e95cc496..0da3283c 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -49,14 +49,12 @@ } }, "web_accessible_resources": ["fg/float.html"], + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "applications": { "gecko": { "id": "yomichan-live@foosoft.net", "strict_min_version": "52.0", "update_url": "https://foosoft.net/projects/yomichan/dl/updates.json" } - }, - "sandbox": { - "pages": ["sb/sandbox.html"] } } |