-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Trying to upgrade to v3.1, but I am getting the following error:
Access to XMLHttpRequest at 'file:///Users/dave/dev/iframe-resizer/src/iframeResizer.js?_=1550217744050' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, https.
I can see this is an issue with the default settings of Chrome, so I added the flags to turn this error off, but that does not appear to be being passed through
puppeteer: {
args: [
'--disable-web-security',
'--allow-file-access-from-files',
'--user-data-dir=/tmp'
]
}
mscuthbert
Metadata
Metadata
Assignees
Labels
No labels