Embed the IPFire background image into the redirect template directly via CSS instead of loading it from somewhere else. This is necessary because of Content Security Policy (CSP) and fixes #11650. Signed-off-by: Peter Müller --- html/html/redirect-templates/legacy/template.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/html/html/redirect-templates/legacy/template.html b/html/html/redirect-templates/legacy/template.html index b5fb61ebe..8a6a563a3 100644 --- a/html/html/redirect-templates/legacy/template.html +++ b/html/html/redirect-templates/legacy/template.html @@ -3,11 +3,17 @@ ACCESS MESSAGE + -
/images/background.gif"> +  
-- 2.16.4