I am using the below patch configuration file for Sitecore 9x and SXA 1.8 to stop the download of PDF files. It works fine for me
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<!-- Force download of PDF files -->
<mediaLibrary>
<mediaTypes>
<mediaType name="PDF file" extensions="pdf">
<forceDownload>false</forceDownload>
</mediaType>
</mediaTypes>
</mediaLibrary>
</sitecore>
</configuration>
No comments:
Post a Comment