Daniel Kalb
02/24/2020, 4:37 AMAccess to XMLHttpRequest at '<https://forms.na2.netsuite.com/app/site/hosting/scriptlet.nl>' from origin '<https://accountid.extforms.netsuite.com>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I've tried the following before writing to the response.
response.addHeader('Content-Security-Policy', "child-src 'self' <https://accountid.extforms.netsuite.com>;frame-src 'self' <https://accountid.extforms.netsuite.com>");