csp: do not use java applet, <base>
This commit is contained in:
parent
f0929c6bab
commit
10d77cf183
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -104,6 +104,8 @@ csp = {
|
||||||
"script-src": "'self'", # to use nonce
|
"script-src": "'self'", # to use nonce
|
||||||
"style-src": "'unsafe-inline'", # for old browsers without support style-src-attr
|
"style-src": "'unsafe-inline'", # for old browsers without support style-src-attr
|
||||||
"style-src-elem": "'self'",
|
"style-src-elem": "'self'",
|
||||||
|
"base-uri": "'none'",
|
||||||
|
"object-src" : "'none'",
|
||||||
}
|
}
|
||||||
|
|
||||||
talisman = Talisman(
|
talisman = Talisman(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue