You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ return [
38
38
### Block cookies
39
39
40
40
By default all cookies are kept, also the cookie consent was not set.
41
-
To block all (symfony) cookies, you can set the following config.
41
+
To block all domain cookies, you can set the following config.
42
42
43
43
```yaml
44
44
# config/packages/nucleos_gdpr.yaml
@@ -59,6 +59,20 @@ nucleos_gdpr:
59
59
- ADMIN_.*
60
60
```
61
61
62
+
63
+
### Google FLoC (Federated Learning of Cohorts)
64
+
65
+
By default a `Permissions-Policy` header is added to every response to respect user privacy. You can enable Google FLoC tracking via the following configuration:
66
+
67
+
```yaml
68
+
# config/packages/nucleos_gdpr.yaml
69
+
70
+
nucleos_gdpr:
71
+
privacy:
72
+
google_floc: true
73
+
```
74
+
75
+
62
76
### Assets
63
77
64
78
It is recommended to use [webpack](https://webpack.js.org/) / [webpack-encore](https://github.com/symfony/webpack-encore)
0 commit comments