Skip to content

Commit

Permalink
add --open-infobar option
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Jul 30, 2024
1 parent 240747c commit 91b5ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const OPTIONS_INFO = {
"include-BOM": { description: "Include the UTF-8 BOM into the HTML page", type: "boolean" },
"include-infobar": { description: "Include the infobar", type: "boolean" },
"infobar-template": { description: "Template used to generate the infobar content (see help page of the extension for more info)", type: "string" },
"open-infobar": { description: "Keep the infobar open when using --include-infobar", type: "boolean" },
"insert-meta-CSP": { description: "Include a <meta> tag with a CSP to avoid potential requests to internet when viewing a page", type: "boolean", defaultValue: true },
"load-deferred-images": { description: "Load deferred (a.k.a. lazy-loaded) images", type: "boolean", defaultValue: true },
"load-deferred-images-dispatch-scroll-event": { description: "Dispatch 'scroll' event when loading deferred images", type: "boolean" },
Expand Down

0 comments on commit 91b5ebf

Please sign in to comment.