no CSP error on loading tables and modals

This commit is contained in:
gw3000 2023-07-29 17:36:37 +02:00
parent 14fc5b97c5
commit ac6a8515b7

View file

@ -108,7 +108,7 @@ CSP_SCRIPT_SRC = (
"https://code.jquery.com", "https://code.jquery.com",
) )
CSP_INCLUDE_NONCE_IN = ["script-src"] CSP_INCLUDE_NONCE_IN = ["script-src"]
CSP_IMG_SRC = ("'self'",) CSP_IMG_SRC = ("'self'", "data:")
CSP_FONT_SRC = ( CSP_FONT_SRC = (
"'self'", "'self'",
"https://fonts.gstatic.com", "https://fonts.gstatic.com",