I'm trying to relax Microsoft Edge CSP while running a test using proctractor (webdriver, chromedriver).
So the solution can be either
- flag like "--disable-csp" which dose not exist according to my search results.
- setting for webdriver/protractor to do so.
- load an extension that dose that ( Like in chrome Relaxing Chrome's CSP while running tests (webdriver) (Content-Security-policy)) I could not find any solution but to setup a proxy that filters the header.
any ideas?