diff --git a/_config.yml b/_config.yml index b25c9f5..c0941d8 100644 --- a/_config.yml +++ b/_config.yml @@ -42,7 +42,7 @@ assets_server_url: https://assets.safing.io/ company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761 download_linux_url: https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb download_windows_url: https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe -github_url: https://github.com/Safing +github_url: https://github.com/safing github_linux_wiki_url: https://github.com/safing/portmaster/wiki/Linux github_windows_wiki_url: https://github.com/safing/portmaster/wiki/Windows invidious_channel_url: https://invidio.us/channel/UC_6TW053IlS4M22g7CxnukA diff --git a/_data/faq.yml b/_data/faq.yml new file mode 100644 index 0000000..c7fcb48 --- /dev/null +++ b/_data/faq.yml @@ -0,0 +1,38 @@ +spn: + - q: Is the SPN like Tor? + a: The SPN is heavily inspired by Tor, but the mission is different. Next to tightly integrating with other privacy modules, the main focus of the SPN is easy protection for your whole computer, not just your browser. Additionally it spreads your connections across the globe instead of routing everything through the same circuit. + link: + text: Read our comparison blog to find out more. + url: https://safing.io/blog/2020/01/22/how-the-spn-compares-to-tor/ + - q: How does the SPN compare to VPNs? + a: The VPN technology was built to securely connect two company locations. However, the SPN was developed from the ground up to protect user privacy. As a result the SPN can easily outperform VPNs in every aspect. + link: + text: Read our blog post to read all about the differences. + url: /blog/2020/01/22/how-the-spn-compares-to-vpns/ + - q: Are all connections routed through the SPN? + a: Yes, when enabled the Portmaster routes all Internet connections through the Safing Privacy Network. + - q: Does the SPN route all connections individually? So every connection exits on a different node? + a: Yes. Every connection is routed separately, giving you a vast amount of identities (IP addresses). + link: + text: View this explainer image showing a computer connecting to Steam, ProtonMail and Spotify. + url: https://safing.io/assets/img/spn-labeled/spn-community.png + - q: Does the SPN route connections on a per app basis? + a: No, it routes every connection individually. So as an example, when you open several websites in different tabs in your browser, every connection will be calculated individually. + - q: Am I totally safe from tracking with the SPN? What do service providers see when connecting through the SPN? + a: No. This is just one piece of the puzzle. The SPN only protects your IP-address from exposure, but there are still many other ways services can track and identify you. These include fingerprinting (mostly in browsers), authentication (when logged in to a service), mouse movements (malicious javascripts), etc... + - q: Can services still identify me through other methods? + a: Yes, this is just one piece of the puzzle. There are multiple ways services track you, like browser fingerprinting, malicious javascripts, etc... And if you log into services, such as your Google account, they will mostly still know it is you, even though you protect your IP address. + - q: Does the SPN only protect my browser? + a: The SPN reroutes all your computers connections, including those of your browser. + - q: Can I safely log in to sites via the SPN? Like my bank account etc? + a: Yes. All serious websites use secure https connections, which encrypts the content of your connection (like login credentials) before the Portmaster wraps them in onion encryption. So no ISP architecture or SPN exit node will be able to manipulate that data. It is protected by https all the way to the destination server. + - q: What platforms will you support? + a: Since the SPN is integrated into the Portmaster, for our the pre-alpha stage we will only support Windows and Linux. Mac and Mobile are planned, but are further down the road. + - q: Is there a free trial version for people interested in the SPN? + a: No. Providing the network costs us money, so we charge accordingly. However, the privacy filter and DNS Resolver, which add a great value to your privacy, are and will remain free to use. +portmaster: + - q: Since the Portmaster can block ads and trackers, do I still need an ad-blocker for my browser? + a: Yes, we highly recommend to continue using adblockers, such as uBlock Origin, uMatrix, or similar. They give you more fine grained control over domains. iE you can allow certain domains to allow css files & images while blocking cookies & javascripts. The Portmaster cannot make this distinction. + - q: What platforms do you support? + a: Currently we support Windows and Linux. Mac and Mobile are planned, but are further down the road. +# ## The Portmaster can block ads and trackers. Do I still need a ad-blocking web extension? diff --git a/index.html b/index.html index 10569e9..90aa16f 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@ title: Safing - Love Freedom
02 -

All-Around System Privacy

+

All-Round System Privacy

Enforce DNS-over-TLS and block connections on a system wide level. Protect your whole computer, not only your browser. Free to use.

diff --git a/portmaster/index.html b/portmaster/index.html index 8417fce..999ddea 100644 --- a/portmaster/index.html +++ b/portmaster/index.html @@ -55,7 +55,7 @@ redirect_from:

- All-Around System Privacy + All-Round System Privacy

Since the Portmaster sits on your kernel, you can finally protect your whole computer, not just your browser. Do you want to block Ads and Analytics for your whole operating system? Or whole countries? The Portmaster has you covered. @@ -210,6 +210,9 @@ redirect_from: repository, problems with the user interface on the portmaster-ui repo and ask for help on Reddit

+

+ Check out the FAQ or ask us any question we did not answer yet. +

diff --git a/spn/index.html b/spn/index.html index 9f34ba4..ec751be 100644 --- a/spn/index.html +++ b/spn/index.html @@ -161,7 +161,7 @@ layout: page
-
+
@@ -242,51 +242,32 @@ layout: page
+ {% for faq in site.data.faq.spn %} +
+

+ {{ faq.q }} +

+
+

+ {{ faq.a }} +

+
+ {% if faq.link %} +

+ + {{ faq.link.text }} + +

+ {% endif %} +
+ {% endfor %}
-
-

How does the SPN compare to Tor?

-
-

- Tor is a great project which has pioneered privacy technology and is a firm player in the space while the SPN has fresh, innovative solutions which tackle uncharted ground and focuses on ease of use before all. Depending on your threat model, the SPN may be an alternative to Tor. Or it might not. -

-

- - Read our blog post to read all about the differences. - -

-
-
-
-

What platforms will you support?

-
-

- Since the SPN is integrated into the Portmaster, for our the pre-alpha stage we will only support Windows and Linux. Mac and Mobile are planned, but are further down the road. -

-
-
-
-
-
-

How does the SPN compare to VPNs?

-
-

- The VPN technology was built to securely connect two company locations. However, the SPN was developed from the ground up to protect user privacy. As a result the SPN can easily outperform VPNs in every aspect. -

-

- - Read our blog post to read all about the differences. - -

-
-
-
-

Where can I find your source code?

-
-

- You can find our code on Github. The Portmaster, the Portmaster UI and this website have their respective repositories. Jess, the heart of the SPN, which got audited by Cure53, is also already online. The rest of the SPN will follow suit as we go live. -

-
-
+

Where can I find your source code?

+
+

+ You can find our code on Github. The Portmaster, the Portmaster UI and this website have their respective repositories. Jess, the heart of the SPN, which got audited by Cure53, is also already online. The rest of the SPN will follow suit as we go live. +

+
diff --git a/support/index.html b/support/index.html index 2a6b58f..cfc1aeb 100644 --- a/support/index.html +++ b/support/index.html @@ -3,8 +3,8 @@ title: Get Help layout: page --- -
-
+
+

@@ -33,7 +33,7 @@ layout: page

-
+
@@ -65,7 +65,7 @@ layout: page issues on your end by yourself.

-
+ +
+
+
+

+ FAQ +

+

+ Have a question? Check out some we already answered below. You can always reach out to us to find out more or just to say hi. +

+
+
+
+ {% for faq in site.data.faq.portmaster %} + + {% endfor %} +
+

Where can I find your source code?

+
+

+ You can find our code on Github. The Portmaster, the Portmaster UI and this website have their respective repositories. Jess, the heart of the SPN, which got audited by Cure53, is also already online. The rest of the SPN will follow suit as we go live. +

+
+
+
+
+
+
-
+
@@ -122,7 +166,7 @@ layout: page Otherwise, feel free to contact us with any matter or request you might have.

-
+ +
+
+
+

+ FAQ +

+

+ Have a question? Check out some we already answered below. You can always reach out to us to find out more or just to say hi. +

+
+
+
+ {% for faq in site.data.faq.spn %} + + {% endfor %} +
+

Where can I find your source code?

+
+

+ You can find our code on Github. The Portmaster, the Portmaster UI and this website have their respective repositories. Jess, the heart of the SPN, which got audited by Cure53, is also already online. The rest of the SPN will follow suit as we go live. +

+
+
+
+
+
+