Skip to content

Commit

Permalink
docs: grammar and readability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Apr 28, 2021
1 parent 32104eb commit 912958f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
[![Known Vulnerabilities](https://snyk.io/test/github/Fdawgs/fastify-floc-off/badge.svg)](https://snyk.io/test/github/Fdawgs/fastify-floc-off)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)

> Fastify plugin to opt out of Google's FLoC advertising-surveillance network
> Fastify plugin to opt-out of Google's FLoC advertising-surveillance network
## Intro

The `fastify-floc-off` plugin sets the following response header and values to opt out of Google's FLoC advertising-surveillance network:
The `fastify-floc-off` plugin sets the following response header and values to opt-out of Google's FLoC advertising-surveillance network:

```
Permissions-Policy: interest-cohort=()
```

You can read more about the issues surrounding Google's FLoC [on EFF](https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea) and [Plausible Analytics](https://plausible.io/blog/google-floc).

[Helmet](https://github.com/helmetjs/helmet) (and in turn [fastify-helmet](https://github.com/fastify/fastify-helmet)) does not currently support `Permissions-Policy` response header setting yet, so this plugin was created out of a need for an easy way to disable/opt out of Google's FLoC network for systems at [Yeovil District Hospital NHS Foundation Trust](https://yeovilhospital.co.uk/). This ensures both patients and staff accessing web applications at the hospital are not subject to Google's unsolicited tracking.
[Helmet](https://github.com/helmetjs/helmet) (and in turn [fastify-helmet](https://github.com/fastify/fastify-helmet)) does not currently support `Permissions-Policy` response header setting yet, so this plugin was created out of a need for an easy way to disable/opt-out of Google's FLoC network for systems at [Yeovil District Hospital NHS Foundation Trust](https://yeovilhospital.co.uk/). This ensures both patients and staff accessing web applications at the hospital are not subject to Google's unsolicited tracking.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ In addition, please include the following information along with your report:

- Your name and affiliation (if any)
- A description of the technical details of the vulnerabilities
- An explanation who can exploit this vulnerability, and what they gain when doing so
- An explanation of who can exploit this vulnerability, and what they gain when doing so

0 comments on commit 912958f

Please sign in to comment.