Can Cross Site Scripting (XSS) be enabled in Mobile Safari?

I am creating a hybrid application (HTML, CSS, JS + Native iOS code) and would like to make calls to a web service, but this is currently blocked by XSS Security.

What do I need to do to disable this security feature (or rather provide a whitelist that is allowed to connect?)

Thanks for the help!

+5
source share
2 answers

Yes.

You can use Cross Resource Resource Sharing if you are allowed to configure the server to support it , and works on enough browsers for your needs.

+6
source

No.

XSS - . , , .

, , , , , .

0

All Articles