0
Having an issue. Not sure what this is. Please Help
Error parsing header X-XSS-Protection: 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/YouTube: insecure reporting URL for secure page at chacter posistion 22. The default will be applied to Line 1
2 Answers
+ 2
This error is related to webview and due to google security policy.
You cannot avoid it in sololearn app' code playground, but same code will run fine in sololearn website code playground ^^
Webview is a way to display html outside of browser in android application with a specific context where the domain executing the code is set to 'about:blank' rather than the website domain ('code.sololearn.com' for sololearn website code playground) when running in a browser, so it may be considerated as unsafe...
0
Thank You,
so there is nothing I did