Make some charts currency aware for #740

This commit is contained in:
James Cole
2018-08-27 18:59:30 +02:00
parent 4fc13037d2
commit 0d82589916
21 changed files with 531 additions and 137 deletions

View File

@@ -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'",
];