Merge pull request #101 from safing/feature/text-iteration

Feature/text iteration
This commit is contained in:
Dave Gson 2020-09-28 17:24:17 +02:00 committed by GitHub
commit d44077ea6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 11 deletions

View file

@ -26,7 +26,7 @@ spn:
- 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...
a: No. This is just one piece of the puzzle. The SPN primarily 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?

View file

@ -1,22 +1,29 @@
---
title: AMA - We want your feedback
title: AMA - Ask Us Anything
date: 2020-09-02
author: Raphael
custom_thumbnail_name: ama-we-want-your-feedback
---
_Update: [the AMA concluded](https://www.reddit.com/r/privacytoolsIO/comments/iv6mca/we_are_safing_a_forprivacy_counterculture_company/). Thanks to everyone who joined, thanks to [PrivacyTools](https://privacytools.io) for hosting and thanks for all your amazing questions! In case you missed it, be sure to [check it out](https://www.reddit.com/r/privacytoolsIO/comments/iv6mca/we_are_safing_a_forprivacy_counterculture_company/) and as always, if you have any questions, just drop us a mail via [hello@safing.io](mailto:hello@safing.io)._
---
## We're Doing an AMA
As a company we believe in listening to our users and engaging with them frequently. We want to create products that actually give you the tools you need to reclaim your privacy online.
This is why we asked the folks over at [r/PrivacytoolsIO](https://www.reddit.com/r/privacytoolsIO/) if we could do an AMA (Ask Me Anything) to get your feedback and give you more insights into what we are up to and why we do what we do in the first place.
What good is privacy company if it is hiding certain aspects of its business? As we see it, not much really. A (privacy) chain breaks at its weakest link.
That is why you can **Ask Us Anything** in the upcoming AMA event! Ask us things you would not dare to ask other companies and see how we manage various delicate matters. Or drop by to give us your input and suggestions - so we can learn and discuss how to best create privacy products that provide actual value. Props to the folks over at [r/PrivacytoolsIO](https://www.reddit.com/r/privacytoolsIO/) for hosting the event!
Learn more about why we do what we do in the first place, what we are up to and what problems we have to face being a privacy first company.
[>>>> Visit the AMA <<<<](https://www.reddit.com/r/privacytoolsIO/comments/iv6mca/we_are_safing_a_forprivacy_counterculture_company/)
## Friday, September 18 at 14:00 UTC
is when we will be kicking this off __on the [r/PrivacytoolsIO](https://www.reddit.com/r/privacytoolsIO/) Subreddit__. Don't be disappointed if you won't be able to make it to the start, as __it will run for a whole week__ through September 25.
is when we will be kicking this off on the [r/PrivacytoolsIO](https://www.reddit.com/r/privacytoolsIO/) Subreddit. Don't be disappointed if you won't be able to make it to the start, as it will run for a whole week through September 25.
Come and __literally ask us anything__. We are a transparent company and want to live up to that! We want to listen to what you have to say and discuss ways we can better help you reclaim your online privacy.
If you want a __reminder__, you can subscribe to our [newsletter](#newsletter), or follow us on [Twitter](https://twitter.com/SafingIO), or join [our Subreddit](https://www.reddit.com/r/safing/).
If you want a __reminder__, you can [subscribe to our newsletter](#newsletter), [follow us on Twitter](https://twitter.com/SafingIO), or [join our Subreddit](https://www.reddit.com/r/safing/).
We will send out reminders when it launches.
If you're late to the party, don't fret.

View file

@ -265,7 +265,7 @@ layout: page
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<p class="text-md" style="color: #727272;">
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, 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.
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a>, the <a href="{{ site.github_url }}/spn/" class="link">SPN</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, the heart of the SPN, which got <a href="https://cure53.de/pentest-report_safing-jess.pdf">audited by Cure53</a>, can also be found online.
</p>
</dd>
</div>

View file

@ -128,7 +128,7 @@ layout: page
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<p class="text-md" style="color: #727272;">
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, 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.
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a>, the <a href="{{ site.github_url }}/spn/" class="link">SPN</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, the heart of the SPN, which got <a href="https://cure53.de/pentest-report_safing-jess.pdf">audited by Cure53</a>, can also be found online.
</p>
</dd>
</div>
@ -214,7 +214,7 @@ layout: page
<h1 class="text-xl pb-4">Where can I find your source code?</h1>
<dd class="mt-2">
<p class="text-md" style="color: #727272;">
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, 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.
You can find our code on <a href="{{ site.github_url }}" class="link">Github</a>. <a href="{{ site.github_url }}/portmaster/" class="link">The Portmaster</a>, the <a href="{{ site.github_url }}/portmaster-ui/" class="link">Portmaster UI</a>, the <a href="{{ site.github_url }}/spn/" class="link">SPN</a> and <a href="{{ site.github_url }}/web/" class="link">this website</a> have their respective repositories. <a href="{{ site.github_url }}/jess/" class="link">Jess</a>, the heart of the SPN, which got <a href="https://cure53.de/pentest-report_safing-jess.pdf">audited by Cure53</a>, can also be found online.
</p>
</dd>
</div>