Safari cookies consent issue in versions below 13.1
Prompt the display of a pop-up window for third-party cookies consent in Safari so that your mashup works as intended.
Condition
Your mashup does not display on a web page.
Cause
Safari inherently does not allow the embedding of third-party content.
Solution
- A cookie consent message must be displayed in a pop-up window to
authorize third-party content. To display the pop-up message, in the
mashup code, set the
pySkipCookieConsent
parameter totrue
, as in the following example:pySkipCookieConsent = true
Previous topic Blocked third-party cookies Next topic Internet Explorer P3P header issue