Skip to content

Commit

Permalink
Enable privacy notices and experiences by default in production (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking authored and Kelsey-Ethyca committed Jul 11, 2023
1 parent 3ecdbb7 commit 8d539d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The types of changes are:
- Update EU PrivacyNoticeRegion codes and allow experience filtering to drop back to country filtering if region not found [#3630](https://github.com/ethyca/fides/pull/3630)
- Fields with default fields are now flagged as required in the front-end [#3694](https://github.com/ethyca/fides/pull/3694)
- In "view systems", system cards can now be clicked and link to that system's `configure/[id]` page [#3734](https://github.com/ethyca/fides/pull/3734)
- Enable privacy notice and privacy experience feature flags by default [#3773](https://github.com/ethyca/fides/pull/3773)


## [2.15.1](https://github.com/ethyca/fides/compare/2.15.0...2.15.1)
Expand Down
4 changes: 2 additions & 2 deletions clients/admin-ui/src/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"description": "Page to configure consent privacy notices",
"development": true,
"test": true,
"production": false
"production": true
},
"privacyExperience": {
"description": "Page to configure consent privacy experiences",
"development": true,
"test": true,
"production": false
"production": true
},
"standaloneConnections": {
"description": "Allow the creation of standalone connections for testing",
Expand Down

0 comments on commit 8d539d2

Please sign in to comment.