From d50d7a4a3a5e307838348726de331cf5eb283bff Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Jan 2021 15:29:29 -0500 Subject: Update permissions pages with info about MV3 permissions (#1200) --- ext/bg/permissions.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/bg/permissions.html b/ext/bg/permissions.html index 52bc084e..05266b22 100644 --- a/ext/bg/permissions.html +++ b/ext/bg/permissions.html @@ -45,7 +45,7 @@ -
+
webRequest and webRequestBlocking
@@ -60,6 +60,30 @@
+
+
+
declarativeNetRequest
+
+

+ 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. +

+

+ Example: Origin: +

+
+
+
+
+
+
scripting
+
+ Yomichan will sometimes need to inject stylesheets into webpages in order to + properly display the search popup. +
+
+
nativeMessaging
-- cgit v1.2.3