2020-07-25 12:33:15 +03:00
<!-- Old Style -->
2022-04-21 12:44:08 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2022-04-21 12:50:52 +03:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
2020-02-07 09:12:15 +02:00
< head >
2022-04-21 12:59:56 +03:00
< link rel = "stylesheet" href = "../style.css" / >
2020-02-07 09:12:15 +02:00
< meta charset = "UTF-8" >
2020-07-30 14:34:56 +03:00
< title > Falkon — Spyware Watchdog< / title >
2020-02-07 09:12:15 +02:00
< / head >
< body >
2020-02-08 10:32:22 +02:00
< img src = "../images/falkon_logo.png" alt = "falkon Logo" >
2020-06-04 04:22:07 +03:00
< h1 > Falkon< / h1 >
2020-02-07 09:12:15 +02:00
< p >
Falkon is a KDE web browser using QtWebEngine rendering engine, previously known as QupZilla.
< / p >
< h2 > Spyware Level: < font color = lightgreen > Probably Not Spyware< / font > < / h2 >
< p >
2020-07-30 14:34:56 +03:00
When another contributor tested this browser on Linux, it made < font color = lime > < b > no unsolicited connections.< / b > < / font > When I ran it on Windows, it connected to
a domain unrelated to the homepage (DuckDuckGo). But, i'm not sure what it was for, and it wasn't reproduced on Linux. This browser is probably fine, but
2020-02-08 10:09:18 +02:00
you should run your own tests and email me about what you found or didn't find.
2020-02-07 09:12:15 +02:00
< / p >
< h3 > Phoning Home?< / h3 >
< p >
2020-07-30 14:34:56 +03:00
On the first run of Falkon, using the 32-bit Windows version, it connected to these addresses, even though I was on its homepage, which seems to be
2020-02-07 09:12:15 +02:00
locally stored because it does not create any requests when I go to it normally. I don't know what these are for.
Maybe it's a form of phoning home? The first IP is for the domain: github.map.fastly.net which seems to be part of a CDN.
< / p >
2020-07-30 14:34:56 +03:00
< img class = "screenshot" src = "../images/falkon_firstrun.png" alt = "Is Falkon phoning home?" >
2020-02-07 09:12:15 +02:00
< hr >
2020-06-04 04:22:07 +03:00
< center >
2020-02-07 09:12:15 +02:00
< p > < b >
This article was last edited on 8/24/2018
< / b > < / p >
< p >
2020-11-17 22:21:19 +02:00
If you want to edit this article, or contribute your own article(s), visit us at the git repo on < a href = "https://codeberg.org/shadow/SpywareWatchdog" > Codeberg< / a > . All contributions must be licensed under the CC0 license to be accepted.
2020-02-07 09:12:15 +02:00
< / p >
2021-01-02 07:54:37 +02:00
< a href = "../LICENSE.txt" > < img class = "icon" src = "../images/cc0.png" alt = "CC0 License" > < / a >
2020-06-04 04:22:07 +03:00
< p > < a href = "../articles/index.html" > Back to catalog< / a > < / p >
< / center >
2020-02-07 09:12:15 +02:00
< / body >
2020-07-30 14:34:56 +03:00
< / html >