Ricerche recenti


Nessuna ricerca recente

Acenerate Support's Avatar

Acenerate Support

Data ingresso 30 gen 2023

·

Ultima attività 19 apr 2023

Seguiti

0

Follower

0

Attività totali

7

Voti

2

Abbonamenti

2

PANORAMICA ATTIVITÀ

Ultima attività di Acenerate Support

Acenerate Support ha commentato,

Commento nella community Developer - Zendesk Apps Framework (ZAF)

Thank you Zach!  It is simply our authentication cookie; the cookie maintains session for our users within the application.

Visualizza commento · Data ultimo post: 03 feb 2023 · Acenerate Support

0

Follower

1

Voto

0

Commenti


Acenerate Support ha commentato,

Commento nella community Developer - Zendesk Apps Framework (ZAF)

Thanks Eric!

Visualizza commento · Data ultimo post: 02 feb 2023 · Acenerate Support

0

Follower

1

Voto

0

Commenti


Acenerate Support ha creato un post,

Post Developer - Zendesk Apps Framework (ZAF)

Our Zendesk Marketplace application ("Git-Zen") relies on cookies; since Zendesk places the app in an IFRAME, the cookies are designated as third-party.  Most browsers can handle this by allowing our domain in the browser settings; however, Safari (webkit) users do not have this as an option.

Current best practices dictate that document.requestStorageAccess() is used for this purpose (https://developer.mozilla.org/en-US/docs/Web/API/Document/requestStorageAccess); however, in order for this to be used, the "sandbox" attribute of the IFRAME must have the "allow-storage-access-by-user-activation" token included.  This token simply allows the user to decide whether cookies will be permitted for a specific purpose.

Aside from having this token added to the sandbox parameter, there is no other secure way to allow Safari/webkit users to make use of our system without requiring them to allow all third-party cookies, which is obviously something that they should not have to do.

This should be a very simple enhancement to put in place; is this something that is planned to be added, and/or what is the recommended practice for handling this scenario until this can be added (or instead of, if this is not something that Zendesk will add)?

Thank you!

Data ultimo post: 02 feb 2023 · Acenerate Support

1

Follower

7

Voti

17

Commenti