Skip to content

Commit

Permalink
fix(plugin): remove disable-web-security flag (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
azuruce authored Sep 14, 2020
1 parent 541aaa3 commit 5a52c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class Plugin {
...args,
'--no-sandbox',
'--disable-background-networking',
'--disable-web-security',
'--reduce-security-for-testing',
'--allow-insecure-localhost',
'--ignore-certificate-errors'
Expand Down

0 comments on commit 5a52c34

Please sign in to comment.