diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-03 15:29:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 15:29:29 -0500 |
commit | d50d7a4a3a5e307838348726de331cf5eb283bff (patch) | |
tree | 24b0a67120911c346fbb6deaf3fa2ad5b62f7edd /docs/permissions.md | |
parent | 8e304b83c685dde17a00d402877a21303b7c11f2 (diff) |
Update permissions pages with info about MV3 permissions (#1200)
Diffstat (limited to 'docs/permissions.md')
-rw-r--r-- | docs/permissions.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/permissions.md b/docs/permissions.md index 8156c746..49e201a6 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -9,11 +9,20 @@ `unlimitedStorage` is used to help prevent web browsers from unexpectedly deleting dictionary data. -* `webRequest` and `webRequestBlocking` <br> +* `webRequest` and `webRequestBlocking` _(Manifest V2 only)_ <br> Yomichan uses these permissions to ensure certain requests have valid and secure headers. This sometimes involves removing or changing the `Origin` request header, as this can be used to fingerprint browser configuration. +* `declarativeNetRequest` _(Manifest V3 only)_ <br> + Yomichan uses this permission to ensure certain requests have valid and secure headers. + This sometimes involves removing or changing the `Origin` request header, + as this can be used to fingerprint browser configuration. + +* `scripting` _(Manifest V3 only)_ <br> + Yomichan will sometimes need to inject stylesheets into webpages in order to + properly display the search popup. + * `nativeMessaging` <br> Yomichan has the ability to communicate with an optional native messaging component in order to support parsing large blocks of Japanese text using |