mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
fix no-script default value
This commit is contained in:
@@ -442,7 +442,7 @@ fn parseFetchArgs(
|
|||||||
args: *std.process.ArgIterator,
|
args: *std.process.ArgIterator,
|
||||||
) !Command.Fetch {
|
) !Command.Fetch {
|
||||||
var dump: bool = false;
|
var dump: bool = false;
|
||||||
var noscript: bool = true;
|
var noscript: bool = false;
|
||||||
var url: ?[]const u8 = null;
|
var url: ?[]const u8 = null;
|
||||||
var common: Command.Common = .{};
|
var common: Command.Common = .{};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user