Browse Source

Fixed link for partition:persist

The link associated with `partition:persist` in Webviews was dead. Updated to new link.
pull/1533/head
Saswat Padhi 7 years ago committed by GitHub
parent
commit
da01e22703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

2
index.html

@ -308,7 +308,7 @@
<h3 class="text-center">
No personal information will be saved
<br>
<small>Sessions will persist using the <a href="http://electron.atom.io/docs/api/web-view-tag/#partition" target="_blank">partition:persist</a> attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.<br>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication and to store the services that user is using (and the configuration for each service like Name, Align, Icon, etc).<br><br>You are always welcome to check the code! ;)</small>
<small>Sessions will persist using the <a href="https://electronjs.org/docs/api/webview-tag#partition" target="_blank">partition:persist</a> attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.<br>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication and to store the services that user is using (and the configuration for each service like Name, Align, Icon, etc).<br><br>You are always welcome to check the code! ;)</small>
</h3>
</div>
</div>

Loading…
Cancel
Save