Closed kinow closed 4 years ago
Hi Bruno,
I accept the data
change, but not the script-src 'self' 'unsafe-inline'
because of security considerations by the App Store (as I understood them).
Peter
PS. And also, accept the trailing whitespace corrections :)
Ah! Good to know Peter! Vonpletely forgot that it was going to the app store hahaha. Let me update the PR (on mobile, will log on soon)
I accept the data change, but not the script-src 'self' 'unsafe-inline' because of security considerations by the App Store (as I understood them).
'unsafe-inline'
removed :+1:
@pmkruyen now the change should have the minimum code modification possible :) phew, sorry the noise
the minimum code modification possible :) phew, sorry the noise
Hehehe. It helps me to get a better understanding of how all the stuff works on GitHub :)
Hi,
Related to issue #18;
Added
'unsafe-inline'
toimage-src
, anddata:
todefault-src
CSP values to fix browser warnings.The other changes were from my IDE removing extra white-spaces. Let me know if I should remove them to make reviewing easier :+1:
It may work fine on Android emulator, but at least for the browser platform it appears to raise some warnings in my browser console.
After the change: