From 252735ee7e99a6cb409d2416c5a5116cbe110af1 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 5 Jul 2026 17:09:00 +0200 Subject: [PATCH] make XOriginPolicy to avoid compatibility issues --- apps/weblibre/assets/preferences/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/weblibre/assets/preferences/settings.json b/apps/weblibre/assets/preferences/settings.json index 54eae724..8153661d 100644 --- a/apps/weblibre/assets/preferences/settings.json +++ b/apps/weblibre/assets/preferences/settings.json @@ -851,7 +851,8 @@ "preferences": { "network.http.referer.XOriginPolicy": { "value": 2, - "title": "Only send cross-origin referer if host matches" + "title": "Only send cross-origin referer if host matches", + "requireUserOptIn": true }, "network.http.referer.XOriginTrimmingPolicy": { "value": 2,