Skip to content

Commit 96bfe28

Browse files
authored
Merge pull request #2263 from h5bp/v8-dist-fix-and-docs-links
DevDeps Update and Minor docs links update
2 parents 4305529 + e069405 commit 96bfe28

File tree

5 files changed

+2999
-4150
lines changed

5 files changed

+2999
-4150
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Choose one of the following options:
5252
available on npm) with `npx`, `npm init` or `yarn create` without having to
5353
install any dependencies. Running the following `npx` command installs the
5454
latest version into a folder called `new-site`
55-
55+
5656
```
5757
npx create-html5-boilerplate new-site
5858
cd new-site
@@ -62,7 +62,7 @@ Choose one of the following options:
6262

6363
## Features
6464

65-
* A finely-tuned starter template. Reap the benefits of 10 years of analysis
65+
* A finely-tuned starter template. Reap the benefits of 10 years of analysis,
6666
research and experimentation by over 200 contributors.
6767
* Designed with progressive enhancement in mind.
6868
* Includes:

dist/doc/html.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ supports tasks and
219219
plugins](https://github.com/philipwalton/analyticsjs-boilerplate/issues/19#issuecomment-333714370)
220220

221221
Starting with version 8.0.0 we, by default, [anonymize IP
222-
addresses](href="https://support.google.com/analytics/answer/2763052?hl=en). By
222+
addresses](https://support.google.com/analytics/answer/2763052). By
223223
default Google Analytics records the full IP address of a user visiting the
224224
site, but that full IP address is never available to the Google Analytics
225225
property admin. By anonymizing the IP address you can make your site more
@@ -235,11 +235,15 @@ consider: if you place this script at the top of the page, you’ll be able to
235235
count users who don’t fully load the page, and you’ll incur the max number of
236236
simultaneous connections of the browser.
237237

238+
Please be aware that while Google [states that it is fully GDPR compliant](https://privacy.google.com/businesses/compliance/),
239+
it is still possible to use analytics to violate GDPR.
240+
238241
Further information:
239242

240243
* [Introduction to
241244
Analytics.js](https://developers.google.com/analytics/devguides/collection/analyticsjs/)
242245
* [Google Analytics Demos & Tools](https://ga-dev-tools.appspot.com/)
246+
* [Privacy Controls in Google Analytics](https://support.google.com/analytics/answer/9019185)
243247

244248
**N.B.** The Google Analytics snippet is included by default mainly because
245249
Google Analytics is [currently one of the most popular tracking

0 commit comments

Comments
 (0)