no CSP error on loading tables and modals
This commit is contained in:
parent
14fc5b97c5
commit
ac6a8515b7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue