From 1789f17466847d731d0bafa67b6d76526ca32b1d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 12 Jul 2021 14:22:41 +0200 Subject: merge jahoti into master --- background/nonce_store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background/nonce_store.js') diff --git a/background/nonce_store.js b/background/nonce_store.js index 9370876..e5a0e78 100644 --- a/background/nonce_store.js +++ b/background/nonce_store.js @@ -19,7 +19,7 @@ function retrieve_nonce(tabId, frameId, update) console.log('Nonce for ' + code + ' ' + (update ? 'created/updated' : 'requested')); if (update) nonces[code] = gen_nonce(); - + return nonces[code]; } -- cgit v1.2.3