We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b4312 commit 0ba1b65Copy full SHA for 0ba1b65
roles/lib/files/FWO.Report/ReportBase.cs
@@ -254,8 +254,7 @@ public static string ToUtcString(string? timestring)
254
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
255
{
256
ExecutablePath = brw.GetExecutablePath(),
257
- Headless = true,
258
- Args = new[ ] { "--disable-setuid-sandbox" }
+ Headless = true
259
});
260
261
try
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -52,8 +52,7 @@ public async Task GeneratePdf()
52
53
54
55
56
- Args = new[] { "--disable-setuid-sandbox" }
57
58
59
0 commit comments