Add types for permissions policy
This commit is contained in:
parent
9fc4540bfa
commit
ccdc3e918e
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ SESSION_COOKIE_HTTPONLY = True
|
||||||
|
|
||||||
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
|
||||||
|
|
||||||
PERMISSIONS_POLICY = {
|
PERMISSIONS_POLICY: dict[str, list] = {
|
||||||
"accelerometer": [],
|
"accelerometer": [],
|
||||||
"ambient-light-sensor": [],
|
"ambient-light-sensor": [],
|
||||||
"autoplay": [],
|
"autoplay": [],
|
||||||
|
|
Loading…
Reference in a new issue