Skip to content

Commit

Permalink
Merge pull request #2263 from h5bp/v8-dist-fix-and-docs-links
Browse files Browse the repository at this point in the history
DevDeps Update and Minor docs links update
  • Loading branch information
roblarsen authored Jun 4, 2020
2 parents 4305529 + e069405 commit 96bfe28
Show file tree
Hide file tree
Showing 5 changed files with 2,999 additions and 4,150 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Choose one of the following options:
available on npm) with `npx`, `npm init` or `yarn create` without having to
install any dependencies. Running the following `npx` command installs the
latest version into a folder called `new-site`
```
npx create-html5-boilerplate new-site
cd new-site
Expand All @@ -62,7 +62,7 @@ Choose one of the following options:
## Features
* A finely-tuned starter template. Reap the benefits of 10 years of analysis
* A finely-tuned starter template. Reap the benefits of 10 years of analysis,
research and experimentation by over 200 contributors.
* Designed with progressive enhancement in mind.
* Includes:
Expand Down
6 changes: 5 additions & 1 deletion dist/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ supports tasks and
plugins](https://github.com/philipwalton/analyticsjs-boilerplate/issues/19#issuecomment-333714370)

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

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

Further information:

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

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

0 comments on commit 96bfe28

Please sign in to comment.