mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 12:46:39 +00:00
Make some charts currency aware for #740
This commit is contained in:
@@ -63,15 +63,15 @@ class SecureHeaders
|
||||
$featurePolicies = [
|
||||
"geolocation 'none'",
|
||||
"midi 'none'",
|
||||
"notifications 'none'",
|
||||
"push 'self'",
|
||||
//"notifications 'none'",
|
||||
//"push 'self'",
|
||||
"sync-xhr 'self'",
|
||||
"microphone 'none'",
|
||||
"camera 'none'",
|
||||
"magnetometer 'none'",
|
||||
"gyroscope 'none'",
|
||||
"speaker 'none'",
|
||||
"vibrate 'none'",
|
||||
//"vibrate 'none'",
|
||||
"fullscreen 'self'",
|
||||
"payment 'none'",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user