From b9c517d183365786a93f59901219a7f55b3e5a93 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 29 Aug 2021 11:06:44 +0100 Subject: [PATCH] change some words --- Protected-URLs.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Protected-URLs.md b/Protected-URLs.md index ebe8953..3a16723 100644 --- a/Protected-URLs.md +++ b/Protected-URLs.md @@ -1,10 +1,9 @@ Chrome and Firefox (and other browsers) do not allow websites or extensions to open some URLs. These privileged locations include: - Pages that start with `chrome://…`, `about:...` or `edge:...` -- Pages like `chrome://history/` -- Pages like `about:config` -- Pages like `about:preferences` + - e.g. `chrome://history/`, `about:config` or `about:preferences` +- Link to local files on your device with a URL that begins with `file:///...` -These pages can not be accessed via apps or extensions for security reasons. This is why a bookmark added to nightTab with a privileged browsers URL will not open. +These pages and URLs can not be accessed via apps or extensions for security reasons. This is why a bookmark added to nightTab with a privileged browsers URL will not open. One of the goals of this project is also to not need any additional [users permissions](https://developer.chrome.com/docs/extensions/mv2/permission_warnings/) to run. As such there are no plans to access user bookmarks saved to the browser.