breautek edited a comment on issue #560: Content-security-policy bug
URL: https://github.com/apache/cordova-android/issues/560#issuecomment-531565005
 
 
   According to the documentation at 
[MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors),
 the asteriks should be wrapped in single quotes, `'*'`.
   
   So the header should read:
   `Content-Security-Policy: frame-ancestors '*';`
   
   Can someone confirm if the issue persists with them?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to