When I open the link below, the image download automatically. I wanted to prevent the image from downloading and wanted it to load on the browser, so I unchecked the checkbox in Apache Sling Content Disposition Filter for the field Enable For All Resource Paths. But even if I add content/*:image/jpg to Included Resource Paths & Content Types, the image still gets downloaded. I also tried by adding the absolute image path to Excluded Resource Paths, the image still gets downloaded. How can I prevent it?
http://localhost:4502/content/dam/v-foundation.jpg
Solved! Go to Solution.
Views
Replies
Total Likes
Keep "Enable For All Resource Paths" checked which is by default checked for security feature against XSS attacks.
If any specific one or two files for which you want to prevent/exclude adding header "Content-Disposition : attachment" then include that resource path(complete path of original rendition as mentioned below) in "Excluded Resource Paths", for these excluded resource paths "Content-Disposition : attachment" won't be set & which can be viewed in browser without download.
/content/dam/v-foundation.jpg/jcr:content/renditions/original
Hope this helps!
Keep "Enable For All Resource Paths" checked which is by default checked for security feature against XSS attacks.
If any specific one or two files for which you want to prevent/exclude adding header "Content-Disposition : attachment" then include that resource path(complete path of original rendition as mentioned below) in "Excluded Resource Paths", for these excluded resource paths "Content-Disposition : attachment" won't be set & which can be viewed in browser without download.
/content/dam/v-foundation.jpg/jcr:content/renditions/original
Hope this helps!
@Manjunath_K How can this be done for SVG? We need to stop auto download for svg's under certain folder in dam?
Views
Replies
Total Likes