Hello,
When running Python + Selenium + ChromeDriver, I am getting the following error:
Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'strict-dynamic'
Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
Where exactly would I set this Content Security Policy directive?
Any help would be greatly appreciated.
Thank you.
Roberto