Uploaded image for project: 'Atlassian Ecosystem'
  1. Atlassian Ecosystem
  2. ECO-16

Show images inside macros for user that have blocked third-party cookies to be displayed

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      In case users decide to block third-party cookies in their browser, they are unable to see images that they have placed inside Connect app macros, due to disabling third-party cookies results in the removal of the cookie header for the Connect app’s requests. Therefore, supporting this use of disabling third-party cookies to render assets inside an iframe would be of value to partners and customers that use the macros.

      Workaround

      Cookie setting is up to users as per Atlassian Cookies & Tracking Notice > How can you opt-out?:

      Depending where you live, you may also have the right to opt out of targeted advertising and/or certain third-party cookies, as described in the Privacy Policy under "Your Choices."

      Each app can detect whether the third-party cookie is enabled and shows a message to describe how the user experience is impacted and suggest turning it on:

      if (typeof window.localStorage === 'undefined') {
          // PROVIDE FEEDBACK TO THE USER
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              d6427b6fb657 Guilherme Bueno
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: