From 1d287b31040662f1cc53a61b866ea97931a6b850 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 25 May 2021 20:30:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-12-stable-ee --- doc/user/admin_area/settings/floc.md | 40 +++++++++++++++++++++++++++++++++++ doc/user/admin_area/settings/index.md | 1 + 2 files changed, 41 insertions(+) create mode 100644 doc/user/admin_area/settings/floc.md (limited to 'doc/user/admin_area/settings') diff --git a/doc/user/admin_area/settings/floc.md b/doc/user/admin_area/settings/floc.md new file mode 100644 index 00000000000..e1d10727341 --- /dev/null +++ b/doc/user/admin_area/settings/floc.md @@ -0,0 +1,40 @@ +--- +stage: none +group: unassigned +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments +--- + +# Federated Learning of Cohorts (FLoC) **(FREE SELF)** + +> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60933) in GitLab Free 13.12. + +Federated Learning of Conhorts (FLoC) is a feature that the Chrome browser has +rolled out, where users are categorized into different cohorts, so that +advertisers can use this data to uniquely target and track users. For more +information, visit the [FLoC repository](https://github.com/WICG/floc). + +To avoid users being tracked and categorized in any GitLab instance, FLoC is +disabled by default by sending the following header: + +```plaintext +Permissions-Policy: interest-cohort=() +``` + +To enable it: + +1. Go to the Admin Area (**{admin}**) and select **Settings > General**. +1. Expand **Federated Learning of Cohorts**. +1. Check the box. +1. Click **Save changes**. + + diff --git a/doc/user/admin_area/settings/index.md b/doc/user/admin_area/settings/index.md index a1f4c6a06e2..a66502d9466 100644 --- a/doc/user/admin_area/settings/index.md +++ b/doc/user/admin_area/settings/index.md @@ -28,6 +28,7 @@ Access the default page for admin area settings by navigating to **Admin Area > | [External Authentication](external_authorization.md#configuration) | External Classification Policy Authorization | | [Web terminal](../../../administration/integration/terminal.md#limiting-websocket-connection-time) | Set max session time for web terminal. | | [Web IDE](../../project/web_ide/index.md#enabling-live-preview) | Manage Web IDE Features. | +| [FLoC](floc.md) | Enable or disable [Federated Learning of Cohorts (FLoC)](https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts) tracking. | ## Integrations -- cgit v1.2.3