why is the global privacy policy having this domain prepended on to it? Would this possibly be from a work flow or is this a built in feature. the global “tos” is also doing this.
This isnt even one of our domains its going to a different website entirely
Looks like you’re using the CPF template and that’s a white label value. The “source of truth” for white label values is the cpf_theme data table, which is what you’re seeing in the debug output.
When the white label values are saved using the CPF’s built-in white label admin page, a subset of values are copied to experience globals. This is done because some values are required in the layout and we don’t want to require every page using the layout to query the data table.
You should not directly modify the white label values in experience globals. You should edit those values using the CPF’s built-in white label admin page. The workflow handling that (cpf-page-admin-whitelabel) takes care of saving those values to the correct locations.
1 Like
Ah yep I see, thanks. Got confused because of this nav referencing globals
I understand the confusion. We’ll add a comment to that code so it’s easier to tell where those values come from.
1 Like