diff --git a/CHANGELOG.md b/CHANGELOG.md index f96a151132..4a60f513e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ The types of changes are: * Access support for Shippo [#2484](https://github.com/ethyca/fides/pull/2484) * Feature flags can be set such that they cannot be modified by the user [#2966](https://github.com/ethyca/fides/pull/2966) +### Changed +* Set `privacyDeclarationDeprecatedFields` flags to false and set `userCannotModify` to true [2987](https://github.com/ethyca/fides/pull/2987) + ## [2.10.0](https://github.com/ethyca/fides/compare/2.9.2...2.10.0) ### Added diff --git a/clients/admin-ui/src/flags.json b/clients/admin-ui/src/flags.json index d732b163ef..e6542bdc43 100644 --- a/clients/admin-ui/src/flags.json +++ b/clients/admin-ui/src/flags.json @@ -1,9 +1,10 @@ { "privacyRequestsConfiguration": { "description": "The configuration link in the Privacy Requests sidebar where a user can configure a messaging provider and storage.", - "development": true, - "test": true, - "production": false + "development": false, + "test": false, + "production": false, + "userCannotModify": true }, "datasetClassificationUpdates": { "description": "Enable per-collection dataset classification instead of bulk updates.",