-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footers not displaying properly in FF incognito #4737
Comments
This occurs in non-incognito as well and seems to be caused by Firefox's tracking protections. All data loads correctly in Disabling enhanced tracking will correctly load the translation data. |
@annawen1 We should involve Juan Leon. These are all urls coming from loading the tags via tealium. He should be aware that FF is blocking these. I'm abit surprised to see cloud.ibm.com in the list though. Do we know which of these is where we are loading the content for mh and footer? |
@ljcarot we're loading data from an ibm.com url in the screenshot below, but it doesn't show up in that pop up above for some reason |
### Related Ticket(s) Footers not displaying properly in FF incognito #4737 ### Description Firefox's private window has tracking protection enabled by default that blocks the ibm.com endpoint api calls so users don't see the footer or masthead populated when using the private window. Solution is to swap the translation host from ibm.com to the akamai endpoint instead. ### Changelog **Changed** - set the default host for Locale and Translation api to akamai <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "package: styles": Carbon Expressive --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Detailed description
Footer components are not displaying properly in Firefox incognito window.
Default and Short footers are only black banners with languages dropdown, but no legal links.
Micro footer is not visible at all.
Please open your storybook in FF incognito to see this issue:
https://ibmdotcom-react.mybluemix.net/?path=/story/components-footer--default
The text was updated successfully, but these errors were encountered: