Is it possible to disable cross-origin restrictions?

In a HTMLViewer I’m trying to show a local HTML file that uses JavaScript “fetch” to get data and I’m running into cross-origin issues. Is it possible to disable the restrictions? Maybe using declares or a plugin?

No! At least I hope not. That’s a very important web security feature.

You may be able to control this with a plist entry…

@Eric_Williams
Thanks for reminding me. It’s a handy feature for developing, though. Even Apple allows it in Safari

@Greg_O
Thanks, console.log tells me its for http only