Expand my Community achievements bar.

SOLVED

Prevent image from auto download

Avatar

Level 6

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

1 Accepted Solution

Avatar

Correct answer by
Level 8

@Shaheena_Sheikh 

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

 

contentheader.png

 

Hope this helps!

View solution in original post

3 Replies

Avatar

Correct answer by
Level 8

@Shaheena_Sheikh 

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

 

contentheader.png

 

Hope this helps!

Avatar

Level 6
That is working for specific images. How can I set it up for all the images in a particular folder under /content/dam?

Avatar

Employee

@Manjunath_K  How can this be done for SVG? We need to stop auto download for svg's under certain folder in dam?