Managing Cookies with PDF Viewer Component
We are using the WCM Core component PDF Viewer (https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/wcm-components/pdf-viewer) on our site to improve the pdf experience of our customers but we are getting analytics cookies coming along for the ride:
acrobatservices.adobe.com
dc-api.adobe.io
p.typekit.net
p13n.adobe.io
use.typekit.net
viewlicense.adobe.ioObviously we need to make sure if the users disables analytic cookies in our cookie consent manager that these cookies don’t get dropped.
This isn’t a problem for js that we managed in Adobe Tags, we have rules to wire it up to the consent manager but im not sure how to go about wiring up these cookies from this core component.
Any ideas?