Change cookies page to privacy page, better RGPD support

This commit is contained in:
Lucien Cartier-Tilet 2021-05-19 20:13:09 +02:00
parent 3ea4d4de6f
commit 77c872437f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
5 changed files with 205 additions and 157 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/keine_tashi.html
/sitemap.html
/cookies.html
/privacy.html

View File

@ -1,133 +0,0 @@
#+TITLE: COOKIE POLICY
#+HTML_HEAD: <meta name="description" content="Cookie Policy" />
#+HTML_HEAD: <meta property="og:title" content="Cookie Policy" />
#+HTML_HEAD: <meta property="og:description" content="Cookie Policy for Phundraks Websites" />
#+setupfile: headers
#+options: auto-id:t
#+startup: content
* Introduction
:PROPERTIES:
:CUSTOM_ID: Introduction-bf9149fa
:END:
Last updated November 5th, 2019.
This Cookie Policy explains how I ("Lucien Cartier-Tilet", "me", and "my") use
cookies and similar technologies to recognize you when you visit my websites
[[https://phundrak.com][phundrak.com]], [[https://en.phundrak.com][en.phundrak.com]], [[https://langue.phundrak.com][langue.phundrak.com]], [[https://labs.phundrak.com][labs.phundrak.com]] and
others on the domain of ~phundrak.com~ ("Websites"). Are also included in this
any website on the domain of ~supran.fr~, such as [[https://blog.supran.fr][blog.supran.fr]]. It explains
what these technologies are and why I use them, as well as your rights to
control my use of them.
* What are cookies?
:PROPERTIES:
:CUSTOM_ID: What_are_cookies?-3686f85d
:END:
Cookies are small data files that are placed on your computer or mobile device
when you visit a website. Cookies are widely used by website owners in order
to make their websites work, or to work more efficiently, as well as to
provide reporting information.
Cookies set by the website owner (in this case, Lucien Cartier-Tilet) are
called "first party cookies". Cookies set by parties other than the website
owner are called "third party cookies". Third party cookies enable third party
features or functionality to be provided on or through the website (e.g. like
advertising, interactive content and analytics). The parties that set these
third party cookies can recognize your computer both when it visits the
website in question and also when it visits certain other websites.
* Why do I use cookies?
:PROPERTIES:
:CUSTOM_ID: Why_do_I_use_cookies?-8ca1823b
:END:
I use first party cookies for two reasons. First of all, my first party
cookies are required for technical reasons in order for my Websites to
operate, and we refer to these as "essential" or "strictly necessary" cookies.
For instance, it remembers which color theme you selected on my Websites that
propose such as feature, or logins and other users settings on websites such
as [[https://labs.phundrak.com][labs.phundrak.com]].
The second reason I use cookies are analytics and tracking. But dont be
worried, I am not using any intrusive user tracking here: I will only track
you on my Websites and my Websites only, user data will not leave my servers,
I will not sell them or share them in any way to anyone, be it a physical or
moral person, and I have no way of knowing who you are. I just want to see
your behavior on my websites in order to improve them. If you want any
additional information, please head to [[https://matomo.org/][Matomos website]] to learn more about
how tracking is done with their service, knowing that I self-host a Matomo
instance and I do not use their own instance. Your privacy is protected as
well as your data.
If you are worried about your privacy, rest assured that I do not have access
myself to the cookies set by my Websites and thus they do not provide me any
information about you.
* How can I control cookies?
:PROPERTIES:
:CUSTOM_ID: How_can_I_control_cookies?-ae149a72
:END:
By default, all my websites set the cookies they need to work properly.
Essential website cookies are strictly necessary to provide you with services
available through our Websites and to use some of its features, such as access
to secure areas. If you wish to delete these cookies, you can do so from your
browsers settings. Since there are many different types of browsers that
exist, there is not a single way to delete cookies, but you can look up how to
do so with a quick search on your favorite search engine, such as DuckDuckGo,
Qwant or Startpage (if cookies worry you, you should probably avoid Google).
All cookies set by Matomo (my tracking service) can also be blocked by any
good ad-blocker (although Matomo is unrelated to ads). I havent tested a lot
myself, but I do know [[https://github.com/gorhill/uBlock/][uBlock Origin]] blocks anything that could track you.
Thats also the best ad-blocker I know of, and I highly recommend using it.
* What about other tracking technologies, like web beacons?
:PROPERTIES:
:CUSTOM_ID: What_about_other_tracking_technologies,_like_web_beacons?-a78808c9
:END:
Cookies are not the only way to recognize or track visitors to a website, such
as web beacons (sometimes called "tracking pixels" or "clear gifs"). These are
tiny graphics files that contain a unique identifier that enable some websites
owners to recognize when someone has visited their websites or opened an
e-mail including them.
However, I do not use them in any of my Websites. The only tracking technology
I use are cookies is for analytics, [[#Why_do_I_use_cookies?-8ca1823b][as explained above]]. Matomo is an analytics
service I self-host (i.e. this is a private instance), so the collected data
are stored on my servers and my servers only, and Matomo has been built in
order to protect your data and your anonymity. If you still want to be
protected from this, you can block any cookie from the ~matomo.phundrak.com~
domain, and I wont be able to track your activity on my websites anymore.
* Do you use Flash cookies or Local Shared Objects?
:PROPERTIES:
:CUSTOM_ID: Do_you_use_Flash_cookies_or_Local_Shared_Objects?-c5d10abf
:END:
Using Flash in ~$current_year~ is a very bad idea due to its security flaws.
Therefore, Flash is not used on any of my Websites. And I do not use any Local
Shared Objects.
* Do you serve targeted advertising?
:PROPERTIES:
:CUSTOM_ID: Do_you_serve_targeted_advertising?-5081cb19
:END:
Absolutely not, rest assured. I dislike advertisment as much as you do if not
more.
* How often will you update this Cookie Policy?
:PROPERTIES:
:CUSTOM_ID: How_often_will_you_update_this_Cookie_Policy?-9617011d
:END:
I may update this Cookie Policy from time to time in order to reflect, for
example, changes to the cookies I use or for other operational, legal, or
regulatory reasons. Please therefore re-visit this Cookie Policy regularly to
stay informed about our use of cookies and related technologies.
This was last updated on {{{time(%F at %H:%M %Z)}}}.
* Where can I get further information?
:PROPERTIES:
:CUSTOM_ID: Where_can_I_get_further_information?-fafb5b56
:END:
If you have any questions about my use of cookies or other technologies,
please email me at [[mailto:lucien@phundrak.com][lucien@phundrak.com]].

54
headers
View File

@ -12,29 +12,37 @@
# ### HTML #####################################################################
#+HTML_DOCTYPE: html5
#+HTML_HEAD_EXTRA: <meta property="og:image" content="https://cdn.phundrak.com/img/rich_preview.png" />
#+HTML_HEAD_EXTRA: <meta name="twitter:card" content="summary" />
#+HTML_HEAD_EXTRA: <meta name="twitter:site" content="@phundrak" />
#+HTML_HEAD_EXTRA: <meta name="twitter:creator" content="@phundrak" />
#+HTML_HEAD_EXTRA: <link rel="stylesheet" href="https://langue.phundrak.com/style/main.css"/>
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/mahakala-128x128.png" type="img/png" media="screen" />
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
#+HTML_HEAD_EXTRA: <script defer src="https://langue.phundrak.com/dart/main.dart.js"></script>
#+html_head_extra: <!-- Matomo -->
#+html_head_extra: <script type="text/javascript">
#+html_head_extra: var _paq = window._paq || [];
#+html_head_extra: /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
#+html_head_extra: _paq.push(['trackPageView']);
#+html_head_extra: _paq.push(['enableLinkTracking']);
#+html_head_extra: (function() {
#+html_head_extra: var u="//matomo.phundrak.com/";
#+html_head_extra: _paq.push(['setTrackerUrl', u+'matomo.php']);
#+html_head_extra: _paq.push(['setSiteId', '3']);
#+html_head_extra: var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
#+html_head_extra: g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
#+html_head_extra: })();
#+html_head_extra: </script>
#+html_head_extra: <!-- End Matomo Code -->
#+HTML_HEAD: <meta property="og:image" content="https://cdn.phundrak.com/img/rich_preview.png" />
#+HTML_HEAD: <meta name="twitter:card" content="summary" />
#+HTML_HEAD: <meta name="twitter:site" content="@phundrak" />
#+HTML_HEAD: <meta name="twitter:creator" content="@phundrak" />
#+HTML_HEAD: <link rel="stylesheet" href="https://langue.phundrak.com/style/main.css"/>
#+HTML_HEAD: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/mahakala-128x128.png" type="img/png" media="screen" />
#+HTML_HEAD: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
#+html_head: <script defer src="https://langue.phundrak.com/dart/main.dart.js"></script>
#+html_head: <!-- Matomo -->
#+html_head: <script type="text/javascript">
#+html_head: var _paq = window._paq = window._paq || [];
#+html_head: /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
#+html_head: _paq.push(['requireConsent']);
#+html_head: _paq.push(['trackPageview']);
#+html_head: _paq.push(['setConsentGiven']);
#+html_head: _paq.push(['rememberConsentGiven'])
#+html_head: _paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
#+html_head: _paq.push(["setCookieDomain", "*.phundrak.com"]);
#+html_head: _paq.push(["setDomains", ["*.phundrak.com","*.blog.phundrak.com","*.config.phundrak.com","*.langue.phundrak.com"]]);
#+html_head: _paq.push(["setDoNotTrack", true]);
#+html_head: _paq.push(['trackPageView']);
#+html_head: _paq.push(['enableLinkTracking']);
#+html_head: (function() {
#+html_head: var u="//matomo.phundrak.com/";
#+html_head: _paq.push(['setTrackerUrl', u+'matomo.php']);
#+html_head: _paq.push(['setSiteId', '3']);
#+html_head: var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
#+html_head: g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
#+html_head: })();
#+html_head: </script>
#+html_head: <!-- End Matomo Code -->
# ### MACROS ###################################################################
#+MACRO: newline @@latex:\hspace{0pt}\\@@ @@html:<br>@@

172
privacy.org Normal file
View File

@ -0,0 +1,172 @@
#+title: Privacy Policy
#+HTML_HEAD: <meta name="description" content="Privacy Policy" />
#+HTML_HEAD: <meta property="og:title" content="Privacy Policy" />
#+HTML_HEAD: <meta property="og:description" content="Privacy Policy for Phundraks Websites" />
#+setupfile: headers
#+options: auto-id:t
#+startup: content
* Introduction
:PROPERTIES:
:CUSTOM_ID: Introduction
:END:
Last updated on May 19th, 2021.
This Cookie Policy explains how I ("Lucien Cartier-Tilet", "me", and
"my") use cookies and similar technologies to recognize you when you
visit my websites [[https://phundrak.com][phundrak.com]], [[https://langue.phundrak.com][langue.phundrak.com]], [[https://labs.phundrak.com][labs.phundrak.com]]
and others on the domain of ~phundrak.com~ ("Websites"). It explains
what these technologies are and why I use them, as well as your rights
to control my use of them.
* First, let me opt-out
:PROPERTIES:
:CUSTOM_ID: opt_out
:END:
Alright, here you go:
#+begin_export html
<iframe
style="border: 0; height: 200px; width: 600px;"
src="https://matomo.phundrak.com/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=&fontColor=&fontSize=&fontFamily="
></iframe>
#+end_export
If you want to know more about cookies I might use on this website,
you will find more information below.
* Who is in charge? Where is the server? I want to talk to the manager!
:PROPERTIES:
:CUSTOM_ID: I_want_to_talk_to_the_manager
:END:
I am the owner, developer, and webmaster of my Websites as well as the
system administrator of all the servers running under the domain
~phundrak.com~ and its subdomains. Currently, three of my public
websites run on a server rented to OVH, ~mail.phundrak.com~,
~bitwarden.phundrak.com~, and ~labs.phundrak.com~. All my other websites
run on a server I privately own. All of my websites are protected by
Cloudflare, and all are hosted in France.
* What are cookies?
:PROPERTIES:
:CUSTOM_ID: What_are_cookies
:END:
Cookies are small data files that are placed on your computer or
mobile device when you visit a website. Cookies are widely used by
website owners in order to make their websites work, or to work more
efficiently, as well as to provide reporting information.
Cookies set by the website owner (in this case, Lucien Cartier-Tilet)
are called "first party cookies". Cookies set by parties other than
the website owner are called "third party cookies". Third party
cookies enable third party features or functionality to be provided on
or through the website (e.g. like advertising, interactive content and
analytics). The parties that set these third party cookies can
recognize your computer both when it visits the website in question
and also when it visits certain other websites.
* Why do I use cookies?
:PROPERTIES:
:CUSTOM_ID: Why_do_I_use_cookies
:END:
I use first party cookies for two reasons. First of all, my first
party cookies are required for technical reasons in order for my
Websites to operate, and we refer to these as "essential" or "strictly
necessary" cookies. For instance, it remembers which color theme you
selected on my Websites that propose such as feature, or logins and
other users settings on websites such as [[https://labs.phundrak.com][labs.phundrak.com]].
The second reason I use cookies are analytics and tracking. But dont
be worried, I am not using any intrusive user tracking here: I will
only track you on my Websites and my Websites only, user data will not
leave my servers, I will not sell them or share them in any way to
anyone, be it a physical or moral person, and I have no way of knowing
who you are. I just want to see your behavior on my websites in order
to improve them. If you want any additional information, please head
to [[https://matomo.org/][Matomos website]] to learn more about how tracking is done with
their service, knowing that I self-host a Matomo instance and I do not
use their own instance. Your privacy is protected as well as your
data. As these websites are hosted in France, visitor log and profiles
have been deactivated, and any data older than 25 months will be
deleted (I actually set it to 740 days, or the equivalent of 24
months). All IPs are anonymised, and any data collected by Matomo
cannot be exported raw to any other service (I dont export them at
all anyway).
If you still want to opt-out, you can head [[#opt_out][at the top of this
document]].
If you are worried about your privacy, rest assured that I do not have
access myself to the cookies set by my Websites and thus they do not
provide me any information about you.
* How can I control cookies?
:PROPERTIES:
:CUSTOM_ID: How_can_I_control_cookies
:END:
By default, all my websites set the cookies they need to work
properly. Essential website cookies are strictly necessary to provide
you with services available through our Websites and to use some of
its features, such as access to secure areas. If you wish to delete
these cookies, you can do so from your browsers settings. Since there
are many different types of browsers that exist, there is not a single
way to delete cookies, but you can look up how to do so with a quick
search on your favorite search engine, such as DuckDuckGo, Qwant or
Startpage (if cookies worry you, you should probably avoid Google).
All cookies set by Matomo (my tracking service) can also be blocked by
any good ad-blocker (although Matomo is unrelated to ads). I havent
tested a lot myself, but I do know [[https://github.com/gorhill/uBlock/][uBlock Origin]] blocks anything that
could track you. Thats also the best ad-blocker I know of, and I
highly recommend using it.
* What about other tracking technologies, like web beacons?
:PROPERTIES:
:CUSTOM_ID: What_about_other_tracking_technologies,_like_web_beacons
:END:
Cookies are not the only way to recognize or track visitors to a
website, such as web beacons (sometimes called "tracking pixels" or
"clear gifs"). These are tiny graphics files that contain a unique
identifier that enable some websites owners to recognize when someone
has visited their websites or opened an e-mail including them.
However, I do not use them in any of my Websites. The only tracking
technology I use are cookies is for analytics, [[#Why_do_I_use_cookies][as explained
above]]. Matomo is an analytics service I self-host (i.e. this is a
private instance), so the collected data are stored on my servers and
my servers only, and Matomo has been built in order to protect your
data and your anonymity. If you still want to be protected from this,
you can block any cookie from the ~matomo.phundrak.com~ domain, and I
wont be able to track your activity on my websites anymore.
* Do you use Flash cookies or Local Shared Objects?
:PROPERTIES:
:CUSTOM_ID: Do_you_use_Flash_cookies_or_Local_Shared_Objects
:END:
Using Flash in ~$current_year~ is a very bad idea due to its security
flaws. Therefore, Flash is not used on any of my Websites. And I do
not use any Local Shared Objects.
* Do you serve targeted advertising?
:PROPERTIES:
:CUSTOM_ID: Do_you_serve_targeted_advertising
:END:
Absolutely not, rest assured. I dislike advertisment as much as you do
if not more.
* How often will you update this Cookie Policy?
:PROPERTIES:
:CUSTOM_ID: How_often_will_you_update_this_Cookie_Policy
:END:
I may update this Cookie Policy from time to time in order to reflect,
for example, changes to the cookies I use or for other operational,
legal, or regulatory reasons. Please therefore re-visit this Cookie
Policy regularly to stay informed about our use of cookies and related
technologies.
This was last updated on {{{time(%F at %H:%M %Z)}}}.
* Where can I get further information?
:PROPERTIES:
:CUSTOM_ID: Where_can_I_get_further_information
:END:
If you have any questions about my use of cookies or other
technologies, please email me at [[mailto:lucien@phundrak.com][lucien@phundrak.com]].

View File

@ -1,5 +1,5 @@
#+title: Sitemap for phundrak.com
- [[file:index.html][Home]]
- [[file:cookies.org][Cookies]]
- [[file:privacy.org][Privacy]]
- [[file:keine_tashi.org][(UTAU) Keine Tashi]]