retested otter browser

This commit is contained in:
Baobab 2020-10-06 09:32:48 +02:00
parent d75e57598d
commit 0700069587
1 changed files with 35 additions and 31 deletions

View File

@ -1,32 +1,36 @@
<!--Old Style--> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang=”en-us”> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head> <head>
<link rel="stylesheet" href="../style.css"> <meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Otter Browser — Spyware Watchdog</title> <link rel="icon" href = "images/favicon.ico"/>
</head> <title>Otter Browser — Spyware Watchdog</title>
<body> <link href="/style.css" rel="stylesheet" type="text/css" media="all"/>
<img src="../images/otter_browser_logo.png" alt="Otter Browser Logo"> </head>
<h1>Otter Browser</h1> <body>
<p> <div class="nav"><a href="index.html">&larr; Catalog</a></div>
From their website: "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5." Their motto is: "Controlled by the user, not vice versa". Version tested: 0.9.12 (SlackBuild from slackbuilds.org). Program used for testing requests: Mitmproxy.
</p>
<h2>Spyware Level: <font color=lime>Not Spyware</font></h2>
<p>
Otter Browser <b><font color=lime>makes no unsolicited requests at all.</font></b> It is fully open source. The developers, also, don't plan to include any spyware "features" in the future. This seems like a true privacy-based web browser (at least for now).
</p>
<hr> <div class="center">
<center>
<p><b> <img alt="Otter Browser Logo" src="../images/otter_browser_logo.png" width="300" height="300"/>
This article was created on 11/25/2017
</b></p> <p>From their website: "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5." Their motto is: "Controlled by the user, not vice versa". Version tested: 0.9.12 (SlackBuild from slackbuilds.org). Program used for testing requests: Mitmproxy.</p>
<p>
If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>. All contributions must be licensed under the CC0 license to be accepted. <h2>Spyware Level: <font color=lime>Not Spyware</font></h2>
</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"></a> <p>Otter Browser <b><font color=lime>makes no unsolicited requests at all.</font></b> It is fully open source. The developers, also, don't plan to include any spyware "features" in the future. This seems like a true privacy-based web browser (at least for now).</p>
<p><a href="../articles/index.html">Back to catalog</a></p>
</center> <p>This article was created on 11/25/2017</p>
</body> <p>This article was lasted edited on 10/5/2020</p>
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>. All contributions must be licensed under the CC0 license to be accepted.</p>
<a img class="icon" src="../images/cc0.png" alt="CC0 License" href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"></a>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License" title='CC0'/></a>
<p><a href="../articles/index.html">Back to catalog</a></p>
</div>
</body>
</html> </html>