aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/scripts/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js
index 3b47beb84..80fbd71fc 100644
--- a/p/scripts/main.js
+++ b/p/scripts/main.js
@@ -2327,6 +2327,8 @@ function init_csp_alert() {
Function();
} catch (_) {
// Exit if 'script-src' is set and 'unsafe-eval' isn't set in CSP
+ console.info(`If you see a 'unsafe-eval' warning, everything is working as intended:
+see https://freshrss.github.io/FreshRSS/en/admins/10_ServerConfig.html#security`);
return;
}