Skip to content

Commit

Permalink
unsafely-disable-devtools-self-xss-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Dec 21, 2024
1 parent 852619a commit 3579dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dotnet/Cef/CefService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ internal void Init()
cefSettings.CefCommandLineArgs["autoplay-policy"] = "no-user-gesture-required";
cefSettings.CefCommandLineArgs.Add("disable-web-security");
cefSettings.CefCommandLineArgs.Add("disk-cache-size", "2147483647");
cefSettings.CefCommandLineArgs.Add("unsafely-disable-devtools-self-xss-warnings");

if (WebApi.ProxySet)
{
Expand Down

0 comments on commit 3579dd1

Please sign in to comment.