Add "Analytics" and "Third-party resources"

Also
* add history link
* clarify some sentences
* bump dependencies
* fix error in `dev:server` task causing failure to load of `bundle.js`
This commit is contained in:
Florine W. Dekker 2021-04-13 01:04:58 +02:00
parent 91698717d9
commit e2193e850c
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
4 changed files with 33 additions and 13 deletions

View File

@ -41,7 +41,7 @@ module.exports = grunt => {
watch: {
html: {
files: ["src/main/**/*.html"],
tasks: ["copy:html"],
tasks: ["copy:html", "replace:dev"],
},
js: {
files: ["src/main/**/*.js"],

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "privacy-policy",
"version": "1.0.1",
"version": "1.1.0",
"description": "The privacy policy of my website",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,18 +16,18 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.24"
"@fwdekker/template": "^0.0.25"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.4.1",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}
}

View File

@ -26,20 +26,32 @@
<section class="container">
<p>
<b>Last updated</b>: 2020-09-15<br />
<b>Contact</b>: For inquiries, please email me at <kbd>felix</kbd> at this very domain.
<b>Last updated</b>:
2021-04-13
(<a href="https://git.fwdekker.com/FWDekker/privacy-policy/commits/branch/master">history</a>)<br />
<b>Contact</b>:
For inquiries, please email me at <kbd>felix</kbd> at this very domain.
</p>
<h2>Cookies</h2>
<h3>Analytics</h3>
<p>
Some pages on this website collect data on user behaviour to help understand how visitors use the
website.
No personally identifiable data are collected, and collected data are never exposed to or shared with
third-party services.
</p>
<h3>Cookies</h3>
<p>
Some pages on this website make use of cookies.
These cookies are sent to the server(s) of fwdekker.com during requests.
This website uses cookies only for technical purposes, such as keeping you logged in or to enable
technical features of the website.
These cookies are sent to this website's server(s) during requests.
This website uses cookies only for technical purposes, such as keeping users in or to enable technical
features of the website.
This website never uses cookies for the purposes of advertising or tracking.
</p>
<h2>Logs</h2>
<h3>Logs</h3>
<p>
Some requests to this website result in errors in the back end.
Back-end errors are described in zero or more log entries, each of which contains the requester's IP
@ -47,6 +59,14 @@
message describing the nature of the error.
Log entries are removed within five weeks after the associated error occurs.
</p>
<h3>Third-party resources</h3>
<p>
This website minimises the use of third-party resources where possible.
Note that <a href="https://status.fwdekker.com/">status.fwdekker.com</a> is hosted by
<a href="https://uptimerobot.com/">UptimeRobot</a>, and is therefore subject to
<a href="https://uptimerobot.com/privacy/">UptimeRobot's privacy policy</a>.
</p>
</section>
</div>
<div id="footer"></div>