aboutsummaryrefslogtreecommitdiff
path: root/content/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'content/main.js')
-rw-r--r--content/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/main.js b/content/main.js
index 6c97350..17b6b98 100644
--- a/content/main.js
+++ b/content/main.js
@@ -123,7 +123,7 @@ if (!is_privileged_url(document.URL)) {
}
if (!policy) {
- console.warn("Using default policy!");
+ console.warn("Using fallback policy!");
policy = {allow: false, nonce: gen_nonce()};
}