the last reference should be 10 not 3 and forgot to add an archived version of one of the sources
This commit is contained in:
parent
2f7411efe6
commit
415eaa79ce
|
@ -59,7 +59,7 @@
|
||||||
<p>On the first run, Brave fetches five extensions from <code>brave-core-ext.s3.brave.com</code> and tries to install them:</p>
|
<p>On the first run, Brave fetches five extensions from <code>brave-core-ext.s3.brave.com</code> and tries to install them:</p>
|
||||||
<img class="screenshot" src="../images/brave/brave-extensions.png" alt="brave extensions"/>
|
<img class="screenshot" src="../images/brave/brave-extensions.png" alt="brave extensions"/>
|
||||||
<h3>Quick update</h3>
|
<h3>Quick update</h3>
|
||||||
<p>While going through Brave's github repository to explore, I came across a page that details how they handle some of the connections they make.<sup><a href="#ten">[3]</a></sup> As it turns out, they do use google's safebrowsing instead of their own. They do this by proxying the required onnections through their own servers. The same applies to the connection being made to fetch plugin information.</p>
|
<p>While going through Brave's github repository to explore, I came across a page that details how they handle some of the connections they make.<sup><a href="#ten">[10]</a></sup> As it turns out, they do use google's safebrowsing instead of their own. They do this by proxying the required onnections through their own servers. The same applies to the connection being made to fetch plugin information.</p>
|
||||||
<hr></hr>
|
<hr></hr>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h4>Sources</h4>
|
<h4>Sources</h4>
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
<a href="https://archive.is/wWgtG">[archive.is]</a></p>
|
<a href="https://archive.is/wWgtG">[archive.is]</a></p>
|
||||||
<p><a id="ten">10.</a>
|
<p><a id="ten">10.</a>
|
||||||
<a href="https://github.com/brave/brave-browser/wiki/Deviations-from-Chromium-(features-we-disable-or-remove)">Brave's Deviations from Chromium</a>
|
<a href="https://github.com/brave/brave-browser/wiki/Deviations-from-Chromium-(features-we-disable-or-remove)">Brave's Deviations from Chromium</a>
|
||||||
<a href="https://archive.is/wWgtG">[archive.is]</a></p>
|
<a href="https://web.archive.org/web/20210611085211/https://github.com/brave/brave-browser/wiki/Deviations-from-Chromium-(features-we-disable-or-remove)">[web.archive.org]</a></p>
|
||||||
<hr></hr>
|
<hr></hr>
|
||||||
<b>This article was created on 5/7/2018</b><br/>
|
<b>This article was created on 5/7/2018</b><br/>
|
||||||
<b>This article was last edited on 12/30/2020</b>
|
<b>This article was last edited on 12/30/2020</b>
|
||||||
|
|
Loading…
Reference in New Issue