From dcfc78b0d175bee7b3b7e273282078d50bd4ca09 Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 12 Jul 2021 00:00:00 +0000 Subject: Stop using the nonce consistently for a URL Nonces are now randomly generated, either in the page (for non-HTTP(S) pages) or by a background module which stores them by tab and frame IDs. In order to support the increased variance in nonce-generating methods and allow them to be loaded from the background, handle_page_actions is now invoked separately according to (non-)blocking mechanism. --- copyright | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'copyright') diff --git a/copyright b/copyright index a01c1fe..93e241b 100644 --- a/copyright +++ b/copyright @@ -10,7 +10,7 @@ Files: build.sh Copyright: 2021 Wojtek Kosior License: CC0 -Files: manifest.json +Files: manifest.json common/misc.js content/main.js Copyright: 2021 Wojtek Kosior 2021 jahoti License: GPL-3+-javascript or Alicense-1.0 @@ -46,6 +46,10 @@ License: Expat OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Files: background/nonce_store.js +Copyright: 2021 jahoti +License: GPL-3+-javascript or Alicense-1.0 + Files: content/freezer.js Copyright: 2005-2021 Giorgio Maone - https://maone.net 2021 jahoti -- cgit v1.2.3