I'm thinking it could be a caching issue too. I'm just not very well informed about the way CND works and is configured...In the cloud manager I see there is no CDN configuration, but I know our client uses Akamai CDN service
The problem is that I can't use this component as a link in the middle of a text. But I noticed that this component sets ".coredownload.inline.pdf" at the end of the file that forces the opening of the asset in the browser if we check "Display inline" in the authors dialog.I think I can set ".coredo...
(AEMaaCS)Hello everyone,We are setting our PDF files to open in the browser through dispatcher configuration: Inside our .vhost file:
<LocationMatch "^\/content\/dam.*\.(?i:pdf).*$">
ForceType application/pdf
Header unset Content-Disposition
Header set Content-Disposition inline
</LocationMatch>In t...