Skip to content

Commit

Permalink
fix(chromium): allow pasting in DevTools without self-xss warning (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 3, 2024
1 parent a45617b commit aa00208
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ export const chromiumSwitches = [
'--export-tagged-pdf',
// https://chromium-review.googlesource.com/c/chromium/src/+/4853540
'--disable-search-engine-choice-screen',
// https://issues.chromium.org/41491762
'--unsafely-disable-devtools-self-xss-warnings',
];

0 comments on commit aa00208

Please sign in to comment.