You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/15 13:20:58 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #560: Content-security-policy bug

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org