Skip to content

Commit

Permalink
backwards compatibility for TCF optimization work (#5110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate authored and pattisdr committed Jul 22, 2024
1 parent c81618a commit fb095d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/fides-js/src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const fetchExperience = async (
has_config: "true",
systems_applicable: "true",
include_gvl: "true",
exclude_gvl_languages: "true", // backwards compatibility for TCF optimization work
include_meta: "true",
...(propertyId && { property_id: propertyId }),
};
Expand Down
2 changes: 1 addition & 1 deletion clients/privacy-center/cypress/e2e/consent-i18n.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ describe("Consent i18n", () => {
});
it("falls back to default locale", () => {
visitDemoWithI18n({
navigatorLanguage: ENGLISH_LOCALE,
navigatorLanguage: FRENCH_LOCALE,
fixture: "experience_tcf.json",
options: { tcfEnabled: true },
});
Expand Down

0 comments on commit fb095d0

Please sign in to comment.