<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="https://sandfox.me/assets/xml/atom.xsl" type="text/xsl media="all"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
  <title>Sand Fox (Posts about chrome)</title>
  <id>https://sandfox.me/tags/chrome.xml</id>
  <updated>2026-01-05T10:06:10Z</updated>
  <author>
    <name>Anton Smirnov</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://sandfox.me/tags/chrome.xml"/>
  <link rel="alternate" type="text/html" href="https://sandfox.me/tags/chrome.html"/>
  <generator uri="https://getnikola.com/">Nikola</generator>
  <entry>
    <title>Ignoring SSL Errors in Chrome</title>
    <id>https://sandfox.me/misc/chrome-ignore-ssl-errors.html</id>
    <updated>2024-05-07T17:45:00+03:00</updated>
    <published>2024-05-07T17:45:00+03:00</published>
    <author>
      <name>Anton Smirnov</name>
    </author>
    <link rel="alternate" type="text/html" href="https://sandfox.me/misc/chrome-ignore-ssl-errors.html"/>
    <summary type="html">&lt;p&gt;Very useful when you are developing anything WebAuthn related.&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code text"&gt;&lt;a id="rest_code_a994603f6e6d4c16b6b9bcf174072221-1" name="rest_code_a994603f6e6d4c16b6b9bcf174072221-1" href="https://sandfox.me/misc/chrome-ignore-ssl-errors.html#rest_code_a994603f6e6d4c16b6b9bcf174072221-1"&gt;&lt;/a&gt;google-chrome --ignore-certificate-errors --user-data-dir=$HOME/tmp/chrome-dev
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;--ignore-certificate-errors&lt;/span&gt;&lt;/code&gt; will disable any SSL warnings like self-signed certs.&lt;/p&gt;
&lt;p&gt;&lt;code class="docutils literal"&gt;&lt;span class="pre"&gt;--user-data-dir&lt;/span&gt;&lt;/code&gt; will isolate this unsafe Chrome instance from your regular browsing.&lt;/p&gt;</summary>
    <category term="chrome" label="chrome"/>
    <category term="ssl" label="ssl"/>
  </entry>
</feed>
