Add types for permissions policy

This commit is contained in:
Jake Howard 2022-10-30 19:35:26 +00:00
parent 9fc4540bfa
commit ccdc3e918e
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -393,7 +393,7 @@ SESSION_COOKIE_HTTPONLY = True
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
PERMISSIONS_POLICY = {
PERMISSIONS_POLICY: dict[str, list] = {
"accelerometer": [],
"ambient-light-sensor": [],
"autoplay": [],