fix bug/typo in feature_policy
This commit is contained in:
@@ -101,9 +101,9 @@ def create_app():
|
||||
x_frame_options='DENY',
|
||||
referrer_policy='strict-origin-when-cross-origin',
|
||||
feature_policy={ # moderne vervanger van Permissions-Policy
|
||||
'geolocation': ''none'',
|
||||
'microphone': ''none'',
|
||||
'camera': ''none'',
|
||||
'geolocation': "\'none\'",
|
||||
'microphone': "\'none\'",
|
||||
'camera': "\'none\'",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user