From 1deebff5e3c47ef819349423d2740e80772e6be0 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Sep 15 2021 10:33:02 +0000 Subject: docs: merge permissions.md update --- diff --git a/docs/permissions.md b/docs/permissions.md index 9829bb6..7b17c9e 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -3,8 +3,10 @@ *Javascript Restrictor* requires these permissions: * **storage --** *used for storing extension configuration and user options* * **tabs --** *used for updating icon badge of the extension on tab change* - * **webRequest, webRequestBlocking, and all_urls --** *needed for modyfing JavaScript objects and APIs on all pages and also used for capturing and blocking malicious HTTP requests* - * **dns --** *used for resoluting DNS queries in Firefox version of HTTP request shield* + * **webRequest, webRequestBlocking, and all_urls --** *needed for modyfing JavaScript objects and APIs on all pages and also used for capturing and blocking malicious HTTP requests (Network Boundary Shield)* + * **webNavigation** *needed for modyfing JavaScript objects and APIs as early as possible* + * **dns --** *used by Network Boundary Shield to determine if a domain belongs to local network or + not* * **notifications--** *used for notifying user on blocked HTTP requests/hosts* *JavaScript Resctictor* stores all configuration data in the browser or in the user account. It does