<!--
- Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+ Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
-<head>
-<style>
- h3 {
- color: 0D4781;
- }
-
- item {
- color: BF360C;
- font-weight: bold;
- }
-</style>
-</head>
-
-<body>
-<h3>Cleaning Out the Cruft</h3>
-
-<p><strong>Clear and Exit</strong> does the following things:</p>
-
-<ul>
- <li><item>Removes all cookies</item>.</li>
- <li><item>Removes all DOM storage</item>.</li>
- <li><item>Removes all form data</item>.</li>
- <li><item>Clears the cache, including disk files</item>.</li>
- <li><item>Clears the back/forward history</item>.</li>
- <li><item>Clears any saved SSL certificate preferences</item> (SSL certificates with errors that are ignored).</li>
- <li><item>Deletes the current URL</item>.</li>
- <li><item>Destroys the internal state of the WebView</item>.</li>
- <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
-</ul>
-</body>
+ <head>
+ <style>
+ h3 {
+ color: 0D4781;
+ }
+
+ item {
+ color: BF360C;
+ font-weight: bold;
+ }
+ </style>
+ </head>
+
+ <body>
+ <h3>Cleaning Out the Cruft</h3>
+
+ <p><strong>Clear and Exit</strong> does the following things:</p>
+
+ <ul>
+ <li><item>Removes all cookies</item>.</li>
+ <li><item>Removes all DOM storage</item>.</li>
+ <li><item>Removes all form data</item>.</li>
+ <li><item>Clears the cache, including disk files</item>.</li>
+ <li><item>Clears the back/forward history</item>.</li>
+ <li><item>Clears any saved SSL certificate preferences</item> (SSL certificates with errors that are ignored).</li>
+ <li><item>Deletes the current URL</item>.</li>
+ <li><item>Destroys the internal state of the WebView</item>.</li>
+ <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
+ </ul>
+ </body>
</html>
\ No newline at end of file
<!--
- Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+ Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
<html>
-<head>
-<style>
- h3 {
- color: 0D4781;
- }
-
- strong {
- color: BF360C;
- }
-</style>
-</head>
-
-<body>
-<h3>The Best Is Yet to Come</h3>
-
-<p>Privacy Browser is still in its infancy. Most of the best features are yet to be implemented. They include the following:</p>
-
-<ul>
- <li><strong>Fine grained controls for cookies and DOM storage</strong>.</li>
- <li><strong>Automatically loading of privacy settings by URL</strong>.</li>
- <li><strong>Encrypted sync between devices</strong>.</li>
- <li><strong>Tabbed browsing</strong>.</li>
-</ul>
-
-<p>A full list of planned features and bug reports is available at <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
-</body>
+ <head>
+ <style>
+ h3 {
+ color: 0D4781;
+ }
+
+ strong {
+ color: BF360C;
+ }
+ </style>
+ </head>
+
+ <body>
+ <h3>The Best Is Yet to Come</h3>
+
+ <p>Privacy Browser is still in its infancy. Most of the best features are yet to be implemented. They include the following:</p>
+
+ <ul>
+ <li><strong>Fine grained controls for cookies and DOM storage</strong>.</li>
+ <li><strong>Automatically loading of privacy settings by URL</strong>.</li>
+ <li><strong>Encrypted sync between devices</strong>.</li>
+ <li><strong>Tabbed browsing</strong>.</li>
+ </ul>
+
+ <p>A full list of planned features and bug reports is available at <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
+ </body>
</html>
\ No newline at end of file