retested otter browser
This commit is contained in:
parent
d75e57598d
commit
0700069587
|
@ -1,32 +1,36 @@
|
|||
<!--Old Style-->
|
||||
<!DOCTYPE HTML>
|
||||
<html lang=”en-us”>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<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>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||
<link rel="icon" href = "images/favicon.ico"/>
|
||||
<title>Otter Browser — Spyware Watchdog</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
</head>
|
||||
<body>
|
||||
<img src="../images/otter_browser_logo.png" alt="Otter Browser Logo">
|
||||
<h1>Otter Browser</h1>
|
||||
<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>
|
||||
<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>
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
|
||||
<div class="center">
|
||||
|
||||
<img alt="Otter Browser Logo" src="../images/otter_browser_logo.png" width="300" height="300"/>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<p>This article was created on 11/25/2017</p>
|
||||
<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>
|
||||
|
||||
<hr>
|
||||
<center>
|
||||
<p><b>
|
||||
This article was created on 11/25/2017
|
||||
</b></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 href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"></a>
|
||||
<p><a href="../articles/index.html">Back to catalog</a></p>
|
||||
</center>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue