47dd9c5 Add configuration for the `frame-ancestors` value of CSP

Authored and Committed by abompard 3 months ago
    Add configuration for the `frame-ancestors` value of CSP
    
    Add a configuration option to set the domains allowed to display Ipsilon
    in a frame / iframe / embed using Content Security Policy.
    
    Also, `X-Frame-Options` is deprecated and replaced by Content Security
    Policy, remove it.
    
    Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2235532
    
    Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
    
        
file modified
+1 -0
file modified
+3 -4
file modified
+3 -0
file modified
+6 -0