======================= Command Line Parameters ======================= IceCat recognizes many (many!) command line parameters. Overview documentation of these parameters lives here. Known parameters ---------------- .. list-table:: :widths: 20 80 :header-rows: 1 * - Parameter - Description * - ``-osint`` - On Windows, ``-osint`` serves two purposes. Most importantly, it signals that the command line is untrusted and must be sanitized. Command lines with ``-osint`` are rejected unless they have a very specific structure, usually ``icecat.exe -osint -url URL`` or ``icecat.exe -osint -private-window URL``: refer to `the EnsureCommandLineSafe function `_. These command lines are produced by apps delegating to IceCat, and the resulting URL may not be correctly quoted. The sanitization process ensures that maliciously chosen URLs do not add additional parameters to IceCat. Secondarily, the ``-osint`` parameter signals that IceCat is being invoked by Windows to handle a URL: generally a registered file type, e.g., ``.html``, or protocol, e.g., ``https``.