Does Firefox not support the html5 link attribute of "download"? PDF links keep opening in a new tab, instead of downloading the PDF file like chrome & safari
<a href="pdf-file.pdf" download="NameofPDF.pdf">This PDF File [ PDF ]</a>.
Does Firefox depend on browser prefs for download and ignore download in the <a href...> ?