<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Firefox 98 - PDF Dowload and view in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1333#M514</link>
    <description>&lt;P&gt;I found a solution in a forum. First, go to &lt;STRONG&gt;about:config&lt;/STRONG&gt; look for "&lt;STRONG&gt;browser.download.improvements_to_download_panel"&lt;/STRONG&gt; and finally set that flag to &lt;STRONG&gt;false.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It worked for me, hope the same for you&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Mar 2022 16:14:55 GMT</pubDate>
    <dc:creator>Emmanuel_RA</dc:creator>
    <dc:date>2022-03-12T16:14:55Z</dc:date>
    <item>
      <title>Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1174#M425</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Managing PDF downloads and viewing has become a big problem with version 89. I am a programmer who has been working on healthcare applications for a few years and there are scenarios where it is convenient to download and in others where&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;it is convenient to preview the document.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;These scenarios vary from application to application, but also within the same application.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;So these types of behaviors should be left to whoever designs the application, not to the browser.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;Today I have a lot of pissed off customers because it is no longer possible to download a PDF file without previewing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 13:54:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1174#M425</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-03-11T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1177#M428</link>
      <description>&lt;P&gt;I have a similar issue.&amp;nbsp; Much of my job consists of OPENING files from backend applications via the web.&amp;nbsp; Now I have to download them BEFORE I can view the contents.&amp;nbsp; Not everything needs to be saved but EVERYTHING I do must be viewed.&amp;nbsp; So far I have wasted an hour just trying to find out what I was doing wrong only to find out that some DA at Mozilla thought they knew what was best for EVERYONE!!!!&amp;nbsp; Not a good idea and if not corrected I WILL be switching browsers.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 14:15:12 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1177#M428</guid>
      <dc:creator>PCB</dc:creator>
      <dc:date>2022-03-11T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1195#M440</link>
      <description>&lt;P&gt;Hello, can you please help clarify if this issue is specific to pdfs with content disposition:attachment headers?&lt;/P&gt;&lt;P&gt;In any case users can right click on links that point to pdf documents and select "Save Link As..." to download the pdf document directly without viewing it.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 16:53:03 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1195#M440</guid>
      <dc:creator>rtestard</dc:creator>
      <dc:date>2022-03-11T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1199#M442</link>
      <description>&lt;P&gt;Any files you download will be immediately saved on your disk. Depending on the current configuration, they’ll be saved in your preferred download folder, or you’ll be asked to select a location for each download.&lt;/P&gt;&lt;P&gt;Previously files were placed in the temp folder - is the issue you're having that the temp folder was preventing specific issues with your set-up?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 17:04:00 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1199#M442</guid>
      <dc:creator>rtestard</dc:creator>
      <dc:date>2022-03-11T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1200#M443</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;My application has a texButton with the following code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;window.open (url, '_ self', ''); &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The DowloadServerlet add this header&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;response.addHeader ("content-disposition", "attachment");&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 17:06:49 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1200#M443</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-03-11T17:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1240#M467</link>
      <description>&lt;P&gt;in previous versions you could open a pdf file DIRECTLY on a browser tab to view it through the firefox plugin. Now the file just downloads to the system "downloads" folder or whichever folder the user has configured FF to save files at, without giving you the option to view it while it LITTERS your downloads folder with files you don't need saved.&lt;BR /&gt;Genius..... &lt;STRONG&gt;NOT!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 21:21:05 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1240#M467</guid>
      <dc:creator>Rm4g3dD0v</dc:creator>
      <dc:date>2022-03-11T21:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1254#M473</link>
      <description>&lt;P&gt;I feel the same. I work with a lot of pdf files and most of them I don't need to save in my computer. While it were saved on temp folder, I could deleted all files cleaning this folder. Now I have 2 problems: open all files and after delete them from my Download folder or deleting each them just after open it and close it. Because the download list on browser is limited to 5 files. Or I have to open the complete download list and remove each one from my computer. Personally, I dislike this feature. I take longer with files I don't need to save.&lt;BR /&gt;What I need is a way that I can open the file with the program I choose or on browser without saving it on my computer automatically. On new update the programmers could create a way that we can stop this download automatically for those who don't want it.&lt;BR /&gt;I made a downgrade on the browser to use it the way it was before the 98 update and faced a new problem: create a new profile and even though I had synchronized all my data with the server before the downgrade, the new profile keeps getting empty. The new feature in 98 update is not good and I lost time fixing it!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 23:25:39 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1254#M473</guid>
      <dc:creator>SoryM</dc:creator>
      <dc:date>2022-03-11T23:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1260#M479</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;The new feature in 98 update is not good and I lost time fixing it!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yeah, that's why you should never d/l an update immediatelly. Just wait a few days to 1-2 weeks before getting the latest version. By then you 'll know if the new features have been a mistake and have had workarrounds developed or if they re here to be shamelessly shoved down your throat.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 00:00:08 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1260#M479</guid>
      <dc:creator>Rm4g3dD0v</dc:creator>
      <dc:date>2022-03-12T00:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1261#M480</link>
      <description>&lt;P&gt;Yep, I spend that last portion of my day deleting files from my Downloads folder. And don't get me started with an issue with zip files.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 01:23:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1261#M480</guid>
      <dc:creator>user1360</dc:creator>
      <dc:date>2022-03-12T01:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1277#M489</link>
      <description>&lt;P&gt;Yeah, I don't have time for that, and it's begging to accidentally delete files I wanted to keep. Hopefully I can stop my work PC from updating on monday morning, otherwise I'm going to lose my sh*t&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 06:27:53 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1277#M489</guid>
      <dc:creator>cab0oze</dc:creator>
      <dc:date>2022-03-12T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1332#M513</link>
      <description>&lt;P&gt;Firefox updates are another mystery. When firefox struggles to start, it is surely updating itself. I have tried several times to disavow them but there is no way. ERS builds sometimes become regular versions. The 97 update hit a lot of customers. I'd say the updates are out of control.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 16:10:47 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1332#M513</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-03-12T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1333#M514</link>
      <description>&lt;P&gt;I found a solution in a forum. First, go to &lt;STRONG&gt;about:config&lt;/STRONG&gt; look for "&lt;STRONG&gt;browser.download.improvements_to_download_panel"&lt;/STRONG&gt; and finally set that flag to &lt;STRONG&gt;false.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It worked for me, hope the same for you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 16:14:55 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1333#M514</guid>
      <dc:creator>Emmanuel_RA</dc:creator>
      <dc:date>2022-03-12T16:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1334#M515</link>
      <description>&lt;P&gt;You cannot assume that in order to perform a download the user has to do "Save link as". do you think all world applications are made as you say? If there is a specific w3c I might as well accept it. But suppose that this management done on the pdf you do it on the images ....&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 16:20:49 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1334#M515</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-03-12T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1354#M525</link>
      <description>&lt;P&gt;THANK YOU!!!!&amp;nbsp; This worked perfectly for me!&amp;nbsp; What a stupid update that was!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 22:49:39 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1354#M525</guid>
      <dc:creator>Rhino_1111</dc:creator>
      <dc:date>2022-03-12T22:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1376#M529</link>
      <description>&lt;P&gt;Many thanks Emmanuel_RA. Now it works as before. The new automatic download feature was very annoying.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 07:09:12 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1376#M529</guid>
      <dc:creator>Tiffin</dc:creator>
      <dc:date>2022-03-13T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1442#M567</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This worked for me.&amp;nbsp;&lt;/SPAN&gt;We hope that it will be handled appropriately in the future&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 08:38:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1442#M567</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-03-14T08:38:28Z</dc:date>
    </item>
    <item>
      <title>Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1801#M2291</link>
      <description>&lt;P&gt;The main reason we use Firefox at my company is that it would open PDFs in Acrobat using the temporary folder to hold the downloaded file.&amp;nbsp; We use A LOT of PDFs throughout the day that are downloaded through our web-based records system.&amp;nbsp; Chrome-based browsers do not have a good workaround for this, and end up junking up the download folder and requiring the user to go through and manually delete them.&amp;nbsp; Now with version 98 of Firefox, it does the same thing.&amp;nbsp; I have used the about:config to set &lt;EM&gt;browser.download.improvements_to_download_panel to false&lt;/EM&gt; in order to give us a temporary reprieve, but I hope that Mozilla will reconsider this change or at least allow an opt-out in the settings.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I understand that viewing a PDF necessarily downloads it, my problem is that the download used to go to a temporary folder that the OS cleans out periodically.&lt;/LI&gt;&lt;LI&gt;Firefox built-in PDF viewer does not have full functionality, particularly when the PDF has forms, so we are forced to use Acrobat to open the PDFs.&lt;/LI&gt;&lt;LI&gt;I know you can change the download location to the temporary folder, but then all the things you WANT to download go there.&lt;/LI&gt;&lt;LI&gt;Some PDF files do need to be downloaded, so it would not be useful to use an extension or other option which changes just where PDF files are saved without regard to whether the user chose to "open" or "download" them.&lt;/LI&gt;&lt;LI&gt;I do not understand the need for this change.&amp;nbsp; Why is it important to force the user to download all files to the download folder instead of the way it was done before?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To me, this is like forcing the user to download all webpages and images to the download folder before displaying the HTML page.&amp;nbsp; It's a frustrating and unnecessary waste of time and resources.&lt;/P&gt;&lt;P&gt;Thanks to the dev team for all the improvements, but I hope you reconsider this one.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 16:19:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1801#M2291</guid>
      <dc:creator>sifuchar</dc:creator>
      <dc:date>2022-03-15T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1914#M826</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;It worked perfectly here.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;I searched the internet but found nothing.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;You helped a lot!&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;Your post should be pinned to the top for those who have the same problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 12:12:22 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1914#M826</guid>
      <dc:creator>SoryM</dc:creator>
      <dc:date>2022-03-16T12:12:22Z</dc:date>
    </item>
    <item>
      <title>FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1999#M2302</link>
      <description>&lt;P&gt;Starting with FireFox 98.0.1 whenever I click on a link to a PDF file and request to view it using Adobe Acrobat DC the file is not only opened in Adobe, but is also downloaded to the Download folder.&amp;nbsp; This is true whether I have the settings set to ask every time or to automatically use Adobe Acrobat DC.&amp;nbsp; If I select to view it withing FireFox, which I hate to do, the file is not downloaded to the Download folder.&amp;nbsp; To make matters even worse, if the file is viewed multiple times there are multiple copies in the Download folder with numeric suffixes.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 21:15:58 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/1999#M2302</guid>
      <dc:creator>John</dc:creator>
      <dc:date>2022-03-16T21:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2243#M2303</link>
      <description>&lt;P&gt;Yes, Firefox 98 changed how "Open in [application]" and "Use [application]" work. Before Firefox 98, the download was saved in the Windows Temp folder, and now it is saved in the Downloads folder instead. I think this was changed because some people would lose a critical download because they didn't realize that "Open" didn't save the file permanently. But now people who preferred the old behavior have a workflow issue.&lt;/P&gt;&lt;P&gt;As a workaround, you could create a new folder in your Downloads folder named TEMP and set that as your default Download folder. This will catch all the files opened using "Open in" and you can use the "Always ask you where to save files" choice so you can save your normal downloads in a more useful place.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;***** EDIT *****&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is the combination of settings I'm thinking of. "Save files to" is the default folder used for Open, but you can override that when saving a file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx98-settings-download-save-temp.png" style="width: 715px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/359i4F74CE5B487E0039/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx98-settings-download-save-temp.png" alt="Fx98-settings-download-save-temp.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 17:19:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2243#M2303</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-03-19T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2259#M2304</link>
      <description>&lt;P&gt;It wasn't broken. It did not need fixing. "Open" means just that and "save" means just that.&lt;/P&gt;&lt;P&gt;Because some people "didn't realize" is not a good reason. The folder location (temp) was available via the toolbar downloads history and anyone who opened a file and subsequently decided they wanted to keep it was easily able to do so, saving it to a location of their choice.&lt;/P&gt;&lt;P&gt;Changing the default downloads folder simply means that items which a user actually wants to 'save' still ends up with all the junk that they didn't want to save. There is no advantage.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 06:08:30 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2259#M2304</guid>
      <dc:creator>JonJ</dc:creator>
      <dc:date>2022-03-19T06:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2260#M2292</link>
      <description>&lt;P&gt;Same issue, same problem. Please revert to 'user choice'.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 06:21:05 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2260#M2292</guid>
      <dc:creator>JonJ</dc:creator>
      <dc:date>2022-03-19T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2277#M2305</link>
      <description>&lt;P&gt;I filed a bug report on Bugzilla (bug # 1760145) and got replies back referring to older bugs (bug # 1738574) with lots of discussion about why the change was made, one of which was that people didn't realize the file wasn't saved, but mainly a lot of technical discussion about potential problems with loading to the temp folder and how it would be difficult to fix the problem.&amp;nbsp; After reading a lot of the discussion I still agree with JonJ that it did not need fixing, and if it did I don't understand why there can't be an option to do it the old way.&amp;nbsp; As for jscher2000's suggestion to create a TEMP folder in my Downloads I guess I will have to look up how to set my default download folder.&amp;nbsp; It still seems wrong to me for any program to automatically download a file to my computer without my permission.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 12:47:51 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2277#M2305</guid>
      <dc:creator>John</dc:creator>
      <dc:date>2022-03-19T12:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2350#M2306</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/78"&gt;@jscher2000&lt;/a&gt;&amp;nbsp;wrote:&lt;P&gt;This is the combination of settings I'm thinking of. "Save files to" is the default folder used for Open, but you can override that when saving a file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx98-settings-download-save-temp.png" style="width: 715px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/359i4F74CE5B487E0039/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx98-settings-download-save-temp.png" alt="Fx98-settings-download-save-temp.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, but that is an extra faff everytime... Takes away the simplicity of the 'open' or 'save' button choice.&lt;/P&gt;&lt;P&gt;It will still be required to manually empty the downloads/temp folder to clear the junk and won't that junk then fill up the 'trash' (recycle bin) with items one didn't want in the first place? Resulting in other recycled stuff being permanently deleted a lot sooner unless one dramatically increases the capacity for the 'trash' bin...?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 04:05:46 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2350#M2306</guid>
      <dc:creator>JonJ</dc:creator>
      <dc:date>2022-03-20T04:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2883#M2307</link>
      <description>&lt;P&gt;I found this solution in another thread. First, go to &lt;STRONG&gt;about:config&lt;/STRONG&gt; look for "&lt;STRONG&gt;browser.download.improvements_to_download_panel"&lt;/STRONG&gt; and finally set that flag to &lt;STRONG&gt;false.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That works for me but it sure seems drastic. I hope "they" either fix this "bug" or take away the "always ask" option.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 19:47:15 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2883#M2307</guid>
      <dc:creator>Tanagra</dc:creator>
      <dc:date>2022-03-25T19:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2894#M2308</link>
      <description>&lt;P&gt;I have the same problems with the decision to eliminate the options, it takes time that I don't have. I also appears that there will be no fix for this problem. I've used Firefox for so long that I'm rusty on Chrome &amp;amp; Edge. Do any of you know if either or both of them allow for the choice to open or save?&lt;/P&gt;&lt;P&gt;I hate to leave Firefox, yet see no alternative.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 00:25:18 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/2894#M2308</guid>
      <dc:creator>pwberndt</dc:creator>
      <dc:date>2022-03-26T00:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3291#M1506</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are there any updates on this issue? will a patch be released? or will we have to empty the download folder with all the files unknowingly thinking that the website was not working?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:01:08 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3291#M1506</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-04-01T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3299#M1510</link>
      <description>&lt;P&gt;Hi rtestard,&lt;/P&gt;&lt;P&gt;Indeed this change of behaviour seems to impact quite a lot of people who seem to have a different workflow as the Mozilla Devs thought of.&lt;/P&gt;&lt;P&gt;There are indeed plenty of files that you access on the web (note the word "access", not "download") that you just want to "view" and then forget. Examples include French social security website (60 million users), many utility website (70million+ users), banks, etc. where to view an invoice or a statement, you have to access a PDF or other types of files. In the immense majority of cases you do not want to "save" the file, but just view and forget. And no, I do not want to view the PDF in Firefox, I want to open then with Adobe Reader, I have my reasons.&lt;/P&gt;&lt;P&gt;From a user standpoint, you have 2 actions: "View" and "Save": "View" is when you open the file with a 3rd party app (or Firefox itself) with no intention of keeping it. "Save" is when you want to download it and keep it, i.e. in your "Downloads" folder.&lt;/P&gt;&lt;P&gt;Most people won't understand that Firefox used to download the files in the "View" case (yes it has to, to open the file with 3rd party app). Of course it was hidden from them in the "temp internet files" folder. But this behaviour had the benefit of segregating the downloads into "View" and "Save".&lt;/P&gt;&lt;P&gt;And as some other users mention, the very situation you were trying to avoid (loosing the integrity of a file from the temp folder) is now morphing into a risk of deleting files you did not want to from your "Downloads" folder because it is littered with garbage you never intended to "save".&lt;/P&gt;&lt;P&gt;My 2 pence recommendation would be to add an option to set a specific destination folder of the "open" file action. It could be prefilled with Temp Internet Files which has the benefit of being included in the Windows disk cleanup utility (yes I know, this is for Windows users only). This way, the "Downloads" folder can remain for the files that we intentionally save.&lt;/P&gt;&lt;P&gt;Take care and thanks for all the hard work!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 10:40:23 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3299#M1510</guid>
      <dc:creator>gotenpublic</dc:creator>
      <dc:date>2022-04-01T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3307#M1514</link>
      <description>&lt;P&gt;Well, the best fix was supplied by Emmanuel_RA above:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;First, go to &lt;STRONG&gt;about:config&lt;/STRONG&gt; look for "&lt;STRONG&gt;browser.download.improvements_to_download_panel"&lt;/STRONG&gt; and finally set that flag to &lt;STRONG&gt;false.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you could call it a "setting". I've been running this for several weeks, and problem solved.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Apr 2022 15:13:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3307#M1514</guid>
      <dc:creator>user1360</dc:creator>
      <dc:date>2022-04-01T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3310#M1515</link>
      <description>&lt;P&gt;There is no guarantee that this setting will be maintained in the future, unless Mozilla acknowledges the need for a different behaviour.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 15:48:57 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3310#M1515</guid>
      <dc:creator>gotenpublic</dc:creator>
      <dc:date>2022-04-01T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3343#M1534</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1057"&gt;@roxpec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The DowloadServerlet add this header&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;response.addHeader ("content-disposition", "attachment");&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, Firefox now ignores that header for PDFs. In theory, you can force a save by using a non-standard Content-Type header, for example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;response.addHeader ("content-type", "application/x-download-pdf");&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;But if the user prefers to have the file open directly in Acrobat, they need to take an extra step: open the download list, right-click the file, then click "Always Open Similar Files". That item isn't always available, so fingers crossed you can find a content-type that works.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 23:15:01 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3343#M1534</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-04-01T23:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3344#M1535</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1076"&gt;@Rm4g3dD0v&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;in previous versions you could open a pdf file DIRECTLY on a browser tab to view it through the firefox plugin. Now the file just downloads to the system "downloads" folder or whichever folder the user has configured FF to save files at, without giving you the option to view it&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The default action for PDFs still should be "Open in Firefox" (formerly known as "Preview in Firefox"), and if you select that on the Settings page (&lt;A href="https://support.mozilla.org/kb/view-pdf-files-firefox-or-choose-another-viewer" target="_self"&gt;support article&lt;/A&gt;), then PDFs should be saved in the web content cache and displayed at their URLs instead of downloaded and displayed from a file: URL.&lt;/P&gt;&lt;P&gt;If that option is not present, you could start a support thread at &lt;A href="https://support.mozilla.org/questions/new/desktop/form" target="_blank" rel="noopener"&gt;https://support.mozilla.org/questions/new/desktop/form&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 23:19:38 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3344#M1535</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-04-01T23:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3348#M1538</link>
      <description>&lt;P&gt;Why don't you put it back the way it was this is a pain for most anyone?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 01:41:41 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3348#M1538</guid>
      <dc:creator>nothappy</dc:creator>
      <dc:date>2022-04-02T01:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3358#M1544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion, I did a test and it works in FF v98.0.2 and Chrome. I'm hoping that using a non-standard contet-type comes back at me in the form of another problem. The fact is that this new download feature does not allow the user to choose the file name, I hope my users will get over it.&lt;/P&gt;&lt;P&gt;I suggest you however to investigate the problem, putting the correct content-type my GWT application made logOut as if the window.open rewrote all the content of the page with the pdf.&lt;/P&gt;&lt;P&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;BR /&gt;window.open(url, '_ self', '');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:10:02 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3358#M1544</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-04-02T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3371#M1546</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1057"&gt;@roxpec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion, I did a test and it works in FF v98.0.2 and Chrome. I'm hoping that using a non-standard contet-type comes back at me in the form of another problem. The fact is that this new download feature does not allow the user to choose the file name, I hope my users will get over it.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is a potential problem with future uploads to websites that filter the allow uploads based on content-type &lt;U&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/U&gt; Firefox changes from identifying PDF files as application/pdf to a fictitious content-type. This was an old bug and maybe it was fixed by now.&lt;/P&gt;&lt;P&gt;If users want to choose a name for a download, they need to switch from "Save files to" to "Always ask you where to save files". Is that a change from how it worked before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I suggest you however to investigate the problem, putting the correct content-type my GWT application made logOut as if the window.open rewrote all the content of the page with the pdf.&lt;/P&gt;&lt;P&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;BR /&gt;window.open(url, '_ self', '');&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem is caused by ignoring content-disposition: attachment, combined with your script directing the PDF to open in _self. I assume it was written that way instead of _blank to avoid leaving a blank tab. I wonder whether the blank tab bug was fixed so you can direct the PDF to _blank again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 19:53:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3371#M1546</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-04-02T19:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3535#M1610</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/78"&gt;@jscher2000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1057"&gt;@roxpec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion, I did a test and it works in FF v98.0.2 and Chrome. I'm hoping that using a non-standard contet-type comes back at me in the form of another problem. The fact is that this new download feature does not allow the user to choose the file name, I hope my users will get over it.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is a potential problem with future uploads to websites that filter the allow uploads based on content-type &lt;U&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/U&gt; Firefox changes from identifying PDF files as application/pdf to a fictitious content-type. This was an old bug and maybe it was fixed by now.&lt;/P&gt;&lt;P&gt;If users want to choose a name for a download, they need to switch from "Save files to" to "Always ask you where to save files". Is that a change from how it worked before?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It was changed only by setting this parameter &lt;STRONG&gt;browser.download.improvements_to_download_panel = false&lt;/STRONG&gt; the filename is asked otherwise the name suggested in the url is used.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;I suggest you however to investigate the problem, putting the correct content-type my GWT application made logOut as if the window.open rewrote all the content of the page with the pdf.&lt;/P&gt;&lt;P&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;BR /&gt;window.open(url, '_ self', '');&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem is caused by ignoring content-disposition: attachment, combined with your script directing the PDF to open in _self. I assume it was written that way instead of _blank to avoid leaving a blank tab. I wonder whether the blank tab bug was fixed so you can direct the PDF to _blank again?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I did a test and now it also works with:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var url = mysite.it/DowloadServerlet?myfile.pdf&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;window.open(url, '_blank', '');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;response.addHeader ("content-disposition", "attachment");&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;response.addHeader ("content-type", "application/x-download-pdf");&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 09:34:14 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/3535#M1610</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-04-05T09:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/4933#M2293</link>
      <description>&lt;P&gt;yes, same here, under linux my home folder was getting stuffed full of pds that I didn't want&lt;BR /&gt;please revert to 'user choice'&lt;BR /&gt;Thanks though! keep up the good work!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 11:43:18 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/4933#M2293</guid>
      <dc:creator>richEq</dc:creator>
      <dc:date>2022-04-26T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/4959#M2294</link>
      <description>&lt;P&gt;My understanding is that the change from saving downloads in the Windows Temp folder for "Open with [relevant application]" to saving them in your default downloads folder addressed problems with data loss for users who could not re-download files they forgot to save after they were removed from the Temp folder.&lt;/P&gt;&lt;P&gt;Firefox 98 did add a new clean-up option: a "Delete" item on the right-click context menu for items on the Downloads list. That deletes the file from disk and leaves a notation on the list that the file is missing/removed (the next time it is updated). You can use that to remove files you do not want to keep. But yes, it's an extra step and you have to remember which were which.&lt;/P&gt;&lt;P&gt;I really have no idea whether Firefox will return to using the system Temp folder. Why aren't other browsers doing it anymore?&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;You already hinted at the workaround I'm using, but in more detail:&lt;/P&gt;&lt;P&gt;(1) Change the default download folder to a "temp" folder I created&lt;BR /&gt;(2) Set Firefox to always ask where I want to save a file so I can choose a real folder when I want to keep the file&lt;/P&gt;&lt;P&gt;On the Settings page, it looks like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;IMG src="https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-04-05-10-57-15-2467cb.png" border="0" /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 26 Apr 2022 16:03:00 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/4959#M2294</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-04-26T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5037#M2295</link>
      <description>&lt;P&gt;I too am angry over Firefox doing this with PDF files.&amp;nbsp; I had to clean out 25 PDF files this morning, and now, I don't want to even VIEW a PDF file as FF will download it regardless what settings I have.&amp;nbsp; This is the DUMBEST update they've done in a while!&lt;/P&gt;&lt;P&gt;Seem to think Google and Apple own Firefox now!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:10:21 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5037#M2295</guid>
      <dc:creator>Eric1959</dc:creator>
      <dc:date>2022-04-28T12:10:21Z</dc:date>
    </item>
    <item>
      <title>STOP forcing us to download ever PDF file we look at!</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5038#M2296</link>
      <description>&lt;P&gt;I just cleaned&amp;nbsp; dozens of PDF files from my download folder because the ignorant developers thought it would be FUN to forces us to download every PDF file we open. &amp;nbsp; WHY?&lt;/P&gt;&lt;P&gt;When we WANT to just VIEW a PDF file like we used to be able too, it would hold that file in a Temp folder under Acrobat's folder.&amp;nbsp; If we WANTED to download a PDF we have that option.&amp;nbsp; Now, the brain dead developers take that "choice" away from you and force you to download every PDF file you view.&lt;/P&gt;&lt;P&gt;Firefox is getting to be as bad as Explorer, Chrome, and whatever that win10 garbage is and I'm sick of it!&lt;/P&gt;&lt;P&gt;GIVE US THE CHOICE TO SAVE OR ONLY VIEW PDF FILES!!!!!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:16:54 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5038#M2296</guid>
      <dc:creator>Eric1959</dc:creator>
      <dc:date>2022-04-28T12:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: STOP forcing us to download ever PDF file we look at!</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5048#M2297</link>
      <description>&lt;P&gt;You can set Portable Document Format (PDF) files to "Open in Firefox" in your Firefox settings under Applications.&amp;nbsp; This will display the file but it will not save it to your computer.&amp;nbsp; For more information, see&amp;nbsp;&lt;A href="https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-or-choose-another-viewer" target="_blank"&gt;https://support.mozilla.org/en-US/kb/view-pdf-files-firefox-or-choose-another-viewer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need more help, please ask a question on the Mozilla Support forum for desktop Firefox. You can use this link: &lt;A href="https://support.mozilla.org/en-US/questions/new/desktop" target="_blank"&gt;https://support.mozilla.org/en-US/questions/new/desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:22:45 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5048#M2297</guid>
      <dc:creator>AliceWyman</dc:creator>
      <dc:date>2022-04-28T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: STOP forcing us to download ever PDF file we look at!</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5084#M2298</link>
      <description>&lt;P&gt;Actually, since version 98, it has now started saving files even when we use "Open in Firefox" option. This is what other people are complaining about. It used to be the way you explained it, but recently it not like that anymore&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 01:06:37 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5084#M2298</guid>
      <dc:creator>donnie</dc:creator>
      <dc:date>2022-04-29T01:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: STOP forcing us to download ever PDF file we look at!</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5094#M2299</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/4066"&gt;@donnie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Actually, since version 98, it has now started saving files even when we use "Open in Firefox" option. This is what other people are complaining about. It used to be the way you explained it, but recently it not like that anymore&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Okay, this is going to sound picky, but there are two different places where you'll find "Open in Firefox" and they work completely differently.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1) Setting PDFs to "Open in Firefox" on the Settings page&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Unless the site does something tricky to work around it, Firefox will open the PDF in a tab in the built-in viewer. The URL in the address bar will be the http or https address of the file online. The file will be stored in the web content cache with web pages and other embedded files.&lt;/P&gt;&lt;P&gt;If you want to open the PDF in an external viewer from the built-in viewer, there are multiple steps because first you need to use the viewer's download/save button to save the file to your computer, and then you can open it: on the Downloads list, right-click &amp;gt; Open in [relevant application].&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(2) Setting PDFs to "Always Ask"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Firefox will handle the file as a download. The change comes with "Open in Firefox" or "Open with [relevant application]":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Before Firefox&lt;/EM&gt; &lt;EM&gt;98: &lt;/EM&gt;The file was saved in the system Temp folder on Windows and Linux&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Starting in Firefox 98: &lt;/EM&gt;The file is saved in the default downloads folder (the one next to "Save files to:" on the Settings page)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;(3) Setting PDFs to "Use [relevant application]"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Firefox will handle the file as a download:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Before Firefox&lt;/EM&gt; &lt;EM&gt;98: &lt;/EM&gt;The file was saved in the system Temp folder on Windows and Linux&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Starting in Firefox 98: &lt;/EM&gt;The file is saved in the default downloads folder (the one next to "Save files to:" on the Settings page)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;Firefox 98 does have a new context menu item to remove downloaded files one by one: right-click &amp;gt; Delete (this is permanent and bypasses the Recycle Bin)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx98-downloads-context-delete.png" style="width: 590px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/579i7BECD59D0A07AF0C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx98-downloads-context-delete.png" alt="Fx98-downloads-context-delete.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At some point after the deletion, the text on the list will change to indicate that the file was moved or is missing. I'm not aware of any way to do this in bulk.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;One Workaround&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What I'm doing for now is this pair of settings:&lt;BR /&gt;&lt;BR /&gt;(1) Change the default download folder to a "temp" folder I created&lt;BR /&gt;(2) Set Firefox to always ask where I want to save a file so I can choose a real folder when I want to keep the file&lt;BR /&gt;&lt;BR /&gt;On the Settings page, it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx98-settings-download-save-temp.png" style="width: 715px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/580iFEB5288DDF0B5CFE/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx98-settings-download-save-temp.png" alt="Fx98-settings-download-save-temp.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At some point, I might dump the contents of my TEMP folder, but like the old system, for me it's "out of sight, out of mind."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 04:10:30 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5094#M2299</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-04-29T04:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: STOP forcing us to download ever PDF file we look at!</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5099#M2300</link>
      <description>&lt;P&gt;Thank you! I did not realize there was a difference. My apologies for not understanding the subtlety there. And thank you for explaining the workaround with so much clear detail!&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 04:28:48 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5099#M2300</guid>
      <dc:creator>donnie</dc:creator>
      <dc:date>2022-04-29T04:28:48Z</dc:date>
    </item>
    <item>
      <title>Is embarasing how downloaded pdf auto open on current web site</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5195#M2301</link>
      <description>&lt;P&gt;Last updates like the one of subject are making me think of changing to Opera. Firefox has become slow and resource consummer.&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 11:11:50 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5195#M2301</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-01T11:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: FireFox 98.0.1 downloads PDF when using Adobe Acrobat DC</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5257#M2319</link>
      <description>&lt;P&gt;No! I won’t configure anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is just matter of losing the essence of being the fastest, smarter and lighter browser.&lt;/P&gt;&lt;P&gt;Firefox used to be the best, but now it just use lot of processor and ram memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very disappointed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 14:22:28 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5257#M2319</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-02T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Forced "Downloading" of PDFs</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5732#M2481</link>
      <description>&lt;P&gt;Thank you for trying to help - I am grateful for any assistance or suggestions.&amp;nbsp; I am aware of the work-around you proposed, but it really is a way to trade problems and still requires the user to manually sort and dispose of files.&amp;nbsp; Someone suggested on here that the reason for the change was that some users were forgetting to save PDF documents they later wanted.&amp;nbsp; Perhaps that might warrant a default option to automatically download PDF files, but I cannot wrap my head around the drive to force everyone (even those of use that know how to save a file) to do it.&amp;nbsp; It might make more sense if the Firefox built-in PDF viewer was full featured, but it isn't.&amp;nbsp; I only dabble in programming, but it would seem a simple solution to make this an option in the settings.&amp;nbsp; As evidenced by the number of posts on this thread, I am not alone in the need for this feature.&lt;/P&gt;&lt;P&gt;Again, I appreciate your kind assistance and the work of the devs, but I really hope they will reconsider on this.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 17:36:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5732#M2481</guid>
      <dc:creator>sifuchar</dc:creator>
      <dc:date>2022-05-06T17:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5793#M2497</link>
      <description>&lt;P&gt;WHY DON'T YOU JUST PUT THE "ALWAYS ASK WHERE TO SAVE FILES" BACK???&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 15:37:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5793#M2497</guid>
      <dc:creator>gramcar</dc:creator>
      <dc:date>2022-05-07T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5796#M2498</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/4641"&gt;@gramcar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;WHY DON'T YOU JUST PUT THE "ALWAYS ASK WHERE TO SAVE FILES" BACK???&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;"Always ask you where to save files" is still there. However, a setting to always pop up the Download dialog (Open or Save or Cancel) is only available for listed content types. Firefox 101 will add a new setting below the list that lets you choose between the Firefox 98+ approach (Save File for unknown content types) and the earlier approach (Show download dialog for unknown content types):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx101-settings-applications-other-files.png" style="width: 713px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/767i654232828ADA7F5B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx101-settings-applications-other-files.png" alt="Fx101-settings-applications-other-files.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 16:29:34 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5796#M2498</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-07T16:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5797#M2499</link>
      <description>&lt;P&gt;I moving to CHROME&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 16:32:01 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5797#M2499</guid>
      <dc:creator>gramcar</dc:creator>
      <dc:date>2022-05-07T16:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5844#M2517</link>
      <description>&lt;P&gt;Just so everyone knows - this is a discussion forum. Nobody at Mozilla looks at it. I can't do anything for you.&lt;/P&gt;&lt;P&gt;Go here &lt;A href="https://connect.mozilla.org/t5/ideas/idb-p/ideas" target="_self"&gt;https://connect.mozilla.org/t5/ideas/idb-p/ideas&lt;/A&gt;&amp;nbsp; if you want to contribute an idea.&lt;/P&gt;&lt;P&gt;And &lt;STRONG&gt;gramcar, &lt;/STRONG&gt;good luck with Chrome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 19:44:10 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5844#M2517</guid>
      <dc:creator>user1360</dc:creator>
      <dc:date>2022-05-07T19:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5868#M2527</link>
      <description>&lt;P&gt;Why do you write in capitals?&lt;/P&gt;&lt;P&gt;Did you read my previous comments? I don’t want to configure anything!&lt;/P&gt;&lt;P&gt;Do I also need to rewrite the code of firefox to make it work like it used to be? Simple, smart, light, low resources consumer?&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 01:16:10 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5868#M2527</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-08T01:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5869#M2528</link>
      <description>&lt;P&gt;Nooooooo! No chrome, no! Opera may be&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 01:23:29 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5869#M2528</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-08T01:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5870#M2529</link>
      <description>&lt;P&gt;I don’t need you to do anything for me, thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 01:30:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5870#M2529</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-08T01:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5880#M2537</link>
      <description>&lt;P&gt;About config false no longer works with the later fire fox updates.&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 09:54:11 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5880#M2537</guid>
      <dc:creator>Marcus</dc:creator>
      <dc:date>2022-05-08T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5901#M2544</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/3560"&gt;@Marcus&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;About config false no longer works with the later fire fox updates.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What version are you running now?&lt;/P&gt;&lt;P&gt;Which parts of the reversion aren't working?&lt;/P&gt;&lt;P&gt;(What should happen in Firefox 98-100 when you toggle the preference to false is: (1) Download dialog pops up for unknown content types instead of saving automatically, and (2) Choosing "Open with [relevant application]" uses the Windows Temp folder rather than your default download folder.)&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 17:45:41 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5901#M2544</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-08T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5948#M2559</link>
      <description>&lt;P&gt;This is one of the most annoying changes that Mozilla have made to Firefox. Without warning, I found my Downloads directory filling up with junk I only wanted to read and discard. If I want to save something, I will choose to do so. Don't make that choice for me.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 08:47:12 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5948#M2559</guid>
      <dc:creator>gvds</dc:creator>
      <dc:date>2022-05-09T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5955#M2564</link>
      <description>&lt;P&gt;Even worse is having the pdf auto open on the current site so that to go back to the site the reload of it is needed when going back&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 10:12:31 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5955#M2564</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-09T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5974#M2653</link>
      <description>&lt;P&gt;I had been using version 98, and made the mistake of going to 100. I have my about config set to false but no download prompt, still automatic. I selected all downloads to temp folder, but I should have the prompt with download location option, option to cancel or option to simply open without saving. I was fine with just moving to another browser, but first wanted to let people know that the about config set up, which is hidden from the users anyway, no longer worked. However, I'm also told a future version of fire fox, hopefully between 100.XX and 101 will be bringing back the download prompt right from the settings tab, so I guess I will give Firefox yet another chance when that happens.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 14:12:53 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/5974#M2653</guid>
      <dc:creator>Marcus</dc:creator>
      <dc:date>2022-05-09T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6015#M2664</link>
      <description>&lt;P&gt;I will go to Opera&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 02:53:34 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6015#M2664</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-10T02:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6019#M2666</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/3560"&gt;@Marcus&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I'm also told a future version of fire fox, hopefully between 100.XX and 101 will be bringing back the download prompt right from the settings tab, so I guess I will give Firefox yet another chance when that happens.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Firefox 101 will allow switching from "Save file" as the default action for unknown content types to "Always ask". This is how it looks in the beta:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx101-settings-applications-other-files-DE.png" style="width: 720px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/804iCD4CE1CDB0F53F99/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Fx101-settings-applications-other-files-DE.png" alt="Fx101-settings-applications-other-files-DE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I just noticed the "Save files to" / "Always ask you where to save files" above that changed from two radio buttons to one checkbox. I wonder why?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 05:58:35 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6019#M2666</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-10T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6038#M2674</link>
      <description>&lt;P&gt;What about extreme use of ram and processor?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:26:27 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6038#M2674</guid>
      <dc:creator>manuelbroggi</dc:creator>
      <dc:date>2022-05-10T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6069#M2683</link>
      <description>&lt;P&gt;...so I have an issue that I suspect is related to these changes, but I never fully understood the mechanism by which this was done, so I used it. It's just disappeared with the latest update, so I assume it went with 100, but I don't always update every release so it may be 98.&lt;/P&gt;&lt;P&gt;Here's what I used to be able to do:&lt;/P&gt;&lt;P&gt;Most of my online banking sites allowed me to read with a click on the filename link - either FF viewer or Foxit, which is my prefered external PDF app. - I could choose which in settings Applications/Documents PDF view option.&lt;/P&gt;&lt;P&gt;Some of them provided a separate download link, which if I clicked would do as I set in Applications/Documents PDF save option. - ...or I could right click and download myself.&lt;/P&gt;&lt;P&gt;I assume there was supposed to be a different document type/tag whatever that allowed these two to be separated.&lt;/P&gt;&lt;P&gt;In any event it was really, really useful because I only had to bother with downloading things I wanted to and then I knew where they had gone. All else was handled automagically.&lt;/P&gt;&lt;P&gt;So, my question is, has this all disappeared too because of the changes you are discussing here?&lt;/P&gt;&lt;P&gt;Unfortunately of course while Always ask gets you closer it's not quite enough because you can't default the answer and therefore have to click to select on the dialogue. The auto detect of the type and 2 settings did help here. I know it's not always been like that because for years I have used the always ask, but sometime last year I thought we had an improvement! Now it's gone again :- (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and for my tenpenn'th, from a user perspective view means just that, look at it and then it's gone when I'm done. If something has to be downloaded to achieve it, then it shouldn't go anywhere near MY filing system it should be stored in a browser/application related area that either gets swept automatically during one or another housekeeping or is noted on the list of weekly/monthly activities I need to do to keep my machine humming along. Why should I have to manage those files at all???&lt;/P&gt;&lt;P&gt;Any user that thinks they have saved the file when they look at it in view needs a different solution to changing browser behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 19:53:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6069#M2683</guid>
      <dc:creator>rappel</dc:creator>
      <dc:date>2022-05-10T19:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6071#M2684</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/4143"&gt;@manuelbroggi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Even worse is having the pdf auto open on the current site so that to go back to the site the reload of it is needed when going back&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That will be fixed in Firefox 101, scheduled to release in a few weeks.&lt;/P&gt;&lt;P&gt;More specifically, sites can link to PDFs in 3 ways:&lt;/P&gt;&lt;P&gt;(1) Standard web link -- always opened in the same tab unless you directed it to a new tab -- unchanged in Firefox 98+&lt;/P&gt;&lt;P&gt;(2) Link where the server uses Content-Disposition: attachment to force a download -- previously popped up a Download dialog in every case -- starting in Firefox 98, opens in the same tab -- starting in Firefox 101, opens in a new tab&lt;/P&gt;&lt;P&gt;(3) Link that contains a download="filename.pdf" attribute -- previously popped up a Download dialog in every case -- starting in Firefox 98, opens in the same tab -- starting in Firefox 101, opens in a new tab&lt;/P&gt;&lt;P&gt;In other words, Firefox 101 keeps the behavior of always using the viewer for PDFs, but fixes the problem of replacing the current page for the ones the site intended as downloads.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:16:41 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6071#M2684</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-10T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6072#M2685</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/4820"&gt;@rappel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Here's what I used to be able to do:&lt;/P&gt;&lt;P&gt;Most of my online banking sites allowed me to read with a click on the filename link - either FF viewer or Foxit, which is my prefered external PDF app. - I could choose which in settings Applications/Documents PDF view option.&lt;/P&gt;&lt;P&gt;Some of them provided a separate download link, which if I clicked would do as I set in Applications/Documents PDF save option. - ...or I could right click and download myself.&lt;/P&gt;&lt;P&gt;I assume there was supposed to be a different document type/tag whatever that allowed these two to be separated.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, if you set "Open in Firefox" on the Settings page, Firefox 98 now disregards the site's attempts to force a download of PDFs and shows them in the viewer in every case. (This addressed a longstanding complaint of Firefox users about unpredictable behavior of PDFs.)&lt;/P&gt;&lt;P&gt;There is a bug in Firefox 98-100 where the PDF replaces the current page, and that will be fixed in Firefox 101, scheduled to release in a few weeks.&lt;/P&gt;&lt;P&gt;Here are the 3 scenarios for files sent with the "Content-Type: application/pdf" for users who keep the default action of "Open in Firefox":&lt;/P&gt;&lt;P&gt;(1) Standard web link -- opens in the same tab unless you directed it to a new tab -- unchanged in Firefox 98+&lt;/P&gt;&lt;P&gt;(2) Link where the server uses Content-Disposition: attachment to force a download -- previously popped up a Download dialog in every case -- starting in Firefox 98, opens in the same tab -- starting in Firefox 101, opens in a new tab&lt;/P&gt;&lt;P&gt;(3) Link that contains a download="filename.pdf" attribute -- previously popped up a Download dialog in every case -- starting in Firefox 98, opens in the same tab -- starting in Firefox 101, opens in a new tab&lt;/P&gt;&lt;P&gt;So Firefox 101 won't turn a download link back into a download link if you have "Open in Firefox" as your action. Either the site needs to conceal that the PDF is a PDF (for example, by setting "Content-Type: application/force-download", as one site I use does) or use some other kind of trickery to bypass Firefox's attempt to handle PDFs consistently.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:22:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6072#M2685</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-10T21:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6280#M2753</link>
      <description>&lt;P&gt;Every single time Firefox pushes out an update they switch everyone back to use Firefox as default PDF viewer, even though we set the default for what WE WANT!!!&lt;/P&gt;&lt;P&gt;What is going through the mind of Firefox developers, where they think pissing off their users is the best choice????&lt;/P&gt;&lt;P&gt;I work at a small company, where after every update, I'm forced to go around and fix everyone's Firefox preferences!&lt;/P&gt;&lt;P&gt;Now this downloading temporary files to download, or last used directory, is another idiotic move!&lt;/P&gt;&lt;P&gt;Windows gives us temp directories (complete with user's TEMP environment variable)&amp;nbsp; for the specific purpose of TEMPORARILY storing files we don't want to keep!&lt;/P&gt;&lt;P&gt;I finally stumbled onto the about:config pdfjs.disabled boolean to stop Firefox shoving their pdf viewer down our throat, I just wish there was a use temp directory for temp files variable&lt;/P&gt;&lt;P&gt;Hell, I wish every new "feature" came with it off by default, with a prompt&amp;nbsp; with instructions on how to enable it!!&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:17:47 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6280#M2753</guid>
      <dc:creator>Ray</dc:creator>
      <dc:date>2022-05-14T17:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6320#M2758</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/4993"&gt;@Ray&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Every single time Firefox pushes out an update they switch everyone back to use Firefox as default PDF viewer, even though we set the default for what WE WANT!!!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Ray, I can only judge from what I see on forums, but I don't think that is happening in normal updates. It sounds as though your users' handlers.json files might be getting deleted for some reason, restoring the default download handling settings.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;I work at a small company, where after every update, I'm forced to go around and fix everyone's Firefox preferences!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You may want to take a look at using group policy to manage settings:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://support.mozilla.org/kb/customizing-firefox-using-group-policy-windows" target="_self"&gt;https://support.mozilla.org/kb/customizing-firefox-using-group-policy-windows&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/mozilla/policy-templates" target="_blank"&gt;https://github.com/mozilla/policy-templates&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can use &lt;A href="https://support.mozilla.org/questions/new/firefox-enterprise" target="_self"&gt;the Firefox for Enterprise support forum&lt;/A&gt; for guidance on using Policy, and you can create new Issues on that Github repository if the policies do not work as documented or you need additional policy options.&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 22:37:31 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6320#M2758</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-15T22:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6368#M2770</link>
      <description>&lt;P&gt;Custom content/action settings for other file types remain across updates, the only thing changed is "always ask" for PDF's gets changed to use Firefox.&lt;/P&gt;&lt;P&gt;As for forums,&lt;/P&gt;&lt;P&gt;&lt;A href="https://connect.mozilla.org/t5/discussions/don-t-change-my-behaviour-for-pdf-treatment-to-auto-open-in/m-p/3709" target="_blank"&gt;https://connect.mozilla.org/t5/discussions/don-t-change-my-behaviour-for-pdf-treatment-to-auto-open-in/m-p/3709&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further, Active Directory is not a viable option.&lt;/P&gt;&lt;P&gt;Most small companies don't have a budget for for that, never mind the dedicated staff needed to manage it.&lt;/P&gt;&lt;P&gt;I was finally able to fix it with the&amp;nbsp; &lt;STRONG&gt;about:config pdfjs.disabled boolean , &lt;/STRONG&gt;but it, like every other "feature" should not be enabled by default, unless there is specific, easy access disabling instructions.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:00:13 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6368#M2770</guid>
      <dc:creator>Ray</dc:creator>
      <dc:date>2022-05-16T13:00:13Z</dc:date>
    </item>
    <item>
      <title>PDF files downloading everytime</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6719#M2917</link>
      <description>&lt;P&gt;Fire Fox can you please change it back so it don't download every PDF file. I'm sick of this and I do not want to download everyfile I just want to view it. I been using FF for a long time and now it download every PDF file and every thing else. Driving me crazy! about to uninstall and just use MS Edge.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 04:17:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6719#M2917</guid>
      <dc:creator>kb9hgi</dc:creator>
      <dc:date>2022-05-23T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: PDF files downloading everytime</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6745#M2918</link>
      <description>&lt;P&gt;I understand you. It's really problem. So many unnecessary files in Download folder now...&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 10:58:33 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6745#M2918</guid>
      <dc:creator>Zebro</dc:creator>
      <dc:date>2022-05-23T10:58:33Z</dc:date>
    </item>
    <item>
      <title>Problem with downloading files without losing the webpage you're visiting</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6867#M2980</link>
      <description>&lt;P&gt;I think that it is necessary to change the settings of downloading files from every sites on mozilla. Now to download a file I have to lose the page I'm seeing. Try to make possible to open a download's previw in another page or in another sheet. Please!!! I want to specify the some time ago it was possible. So I can't find the reason you delete this function. Please help meeeee!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:11:42 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6867#M2980</guid>
      <dc:creator>Ancelor</dc:creator>
      <dc:date>2022-05-25T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with downloading files without losing the webpage you're visiting</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6908#M2981</link>
      <description>&lt;P&gt;Hi, is this a problem with PDF files?&lt;/P&gt;&lt;P&gt;For users that have PDFs set to "Open in Firefox", Firefox 98-100 started ignoring servers' attempts to force PDFs to be saved -- it opens them in the built-in viewer instead. But unfortunately, this has caused the PDFs to open in the same tab, replacing the current page. In Firefox 101, they'll open in a new tab instead. Firefox 101 is scheduled to release next Tuesday, May 31, 2022.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 00:35:27 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6908#M2981</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-05-26T00:35:27Z</dc:date>
    </item>
    <item>
      <title>ask each time where to save...not work</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6971#M2983</link>
      <description>&lt;P&gt;The function "ask every time where to save" does not work with pdf files.&lt;/P&gt;&lt;DIV class=""&gt;the browser opens the file in a new tab and simultaneously saves the file to the default folder.&lt;DIV class=""&gt;I ask the developers to solve the problem&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 May 2022 08:53:40 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/6971#M2983</guid>
      <dc:creator>Michelangelor28</dc:creator>
      <dc:date>2022-05-27T08:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8225#M3447</link>
      <description>&lt;P&gt;Same problem. I don't want to view pdf documents in the browser, I have dedicated apps for that. Unfortunately I cannot change the default action. Even worse: When opening a pdf document in the browser it is automatically downloaded to a default place and occupies storage there. Moving it to the dedicated order requires additional clicks - which is imho completely unnecessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 19:01:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8225#M3447</guid>
      <dc:creator>Wux2000</dc:creator>
      <dc:date>2022-06-18T19:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8332#M3476</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1592"&gt;@Wux2000&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Same problem. I don't want to view pdf documents in the browser, I have dedicated apps for that. Unfortunately I cannot change the default action.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What happens when you try the steps in this article: &lt;A href="https://support.mozilla.org/kb/view-pdf-files-firefox-or-choose-another-viewer" target="_self"&gt;https://support.mozilla.org/kb/view-pdf-files-firefox-or-choose-another-viewer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;Even worse: When opening a pdf document in the browser it is automatically downloaded to a default place and occupies storage there. Moving it to the dedicated order requires additional clicks - which is imho completely unnecessary.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you select the "Always Ask" option, Firefox 98+ will download the file to your "Save files to:" folder when you choose "Open with [relevant application]". Firefox 102 will bring an option for Windows and Linux users to return to using the system Temp folder for that if you prefer the way it worked before Firefox 98.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 17:38:53 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8332#M3476</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-06-21T17:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8930#M3720</link>
      <description>&lt;P&gt;I have same news,&lt;/P&gt;&lt;P&gt;with last update 102 all file are save without exstension.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;I can't stand it anymore! it is not sustainable that every small update there are such blocking problems.&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2022 07:47:50 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/8930#M3720</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-01T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9071#M3796</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1057"&gt;@roxpec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;with last update 102 all file are save without exstension.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;I can't stand it anymore! it is not sustainable that every small update there are such blocking problems.&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is strange.&lt;/P&gt;&lt;P&gt;Is this related to the issue of the PDFs that are served with Content-Disposition: attachment that Firefox started opening in a new tab -- saving from the new tab loses the .pdf file extension?&lt;/P&gt;&lt;P&gt;Or is this for other kinds of downloads?&lt;/P&gt;&lt;P&gt;A user on the Mozilla Support forum reported that downloads of .exe files from one site are renamed with a .bin extension. We haven't figured out what is causing that, but it sounds like there must have been &lt;EM&gt;some&lt;/EM&gt; change related to file extensions between Firefox 101 and 102.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 01:30:59 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9071#M3796</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-07-03T01:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9122#M3815</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hi jscher2000,&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks for answering me. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I found the problem.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;It seems that Firefox102 adds the file extension according to the value of the contained &lt;STRONG&gt;ContentType&lt;/STRONG&gt; response header .&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I did some tests (pdf download), in particular by setting &lt;STRONG&gt;ContentType&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;application/x-download-pdf&lt;/STRONG&gt;: the saved file without extension&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;pplication/oct-Stream&lt;/STRONG&gt;: the file is opened in new tab with .pdf extesnsion&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;pplication/zip&lt;/STRONG&gt;: The file is saved with the .zip extension&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;So I went back to the starting point, the solution you had always suggested(&lt;STRONG&gt;ContentType&lt;/STRONG&gt; = &lt;STRONG&gt;application/x-download-pdf&lt;/STRONG&gt;) in this discussion is no longer valid.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roxpec_0-1656867109635.png" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/1170iF76908AE9C753549/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="roxpec_0-1656867109635.png" alt="roxpec_0-1656867109635.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I don't think that only my application needs to view a draft of a report in PDF and make the dowlown of the final report in PDF.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;So as already mentioned if there are specifications to follow there is no problem the importance that these specifications are valid over time and above all those who develop the application have the faculty to choose the desired behavior. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;For example, the PDF displayed in the previous image has the uninhabited printing and also the "Saveas" but PDF.JS allows you to print anyway. In fact PDF.JS is another component to improve.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 17:01:17 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9122#M3815</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-03T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9127#M3819</link>
      <description>&lt;P&gt;Sorry about that, I didn't expect to make it worse.&lt;/P&gt;&lt;P&gt;When I test, Firefox treats it as a PDF based on the filename in the Content-Disposition header:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jeffersonscher.com/res/servepdf.php?f=bugzilla-home.pdf&amp;amp;ct=application/x-download-pdf" target="_self"&gt;https://www.jeffersonscher.com/res/servepdf.php?f=bugzilla-home.pdf&amp;amp;ct=application/x-download-pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So fooling the PDF detector in this way seems to have stopped working in Firefox 102 and I agree there is no more point to that workaround if you are setting a *.pdf file name -- and obviously omitting the file name causes other problems.&lt;/P&gt;&lt;P&gt;Regarding printing: It's true that PDF.js doesn't honor copy and print restrictions. If you are using an embedded viewer and you need to control the available features, you can load the PDF.js library (or possibly another JavaScript library that renders PDFs) on your site and control exactly what buttons are shown on the toolbar. &lt;A href="https://github.com/mozilla/pdf.js/wiki/Setup-PDF.js-in-a-website" target="_blank"&gt;https://github.com/mozilla/pdf.js/wiki/Setup-PDF.js-in-a-website&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 19:40:09 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9127#M3819</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-07-03T19:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9173#M3847</link>
      <description>&lt;P&gt;I report my last test.&lt;BR /&gt;By setting the headers as follows:&lt;BR /&gt;&lt;STRONG&gt;Content-disposition : attachment; filename="myFile.pdf"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ContentType: x-download-pdf&lt;/STRONG&gt;&lt;BR /&gt;the PDF viewer opens in a new tab and at the same time the download is made&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 15:53:46 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9173#M3847</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-04T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9443#M4002</link>
      <description>&lt;P&gt;The pdf problem seems to be related to a bug reported 14 years ago and fixed on FireFox 98&lt;/P&gt;&lt;P&gt;&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=453455" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=453455&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roxpec_0-1657211190117.png" style="width: 999px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/1197iE79090D0069E08F5/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="roxpec_0-1657211190117.png" alt="roxpec_0-1657211190117.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;other interesting links&lt;/P&gt;&lt;P&gt;&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1769368" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1769368&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://bugzilla.mozilla.org/show_bug.cgi?id=1778021" target="_blank"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=1778021&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 16:29:22 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/9443#M4002</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-07T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10736#M4771</link>
      <description>&lt;P&gt;I agree. I want to open a .pdf to view it, or download it with an option to where it is put, NOT download it if I just want to look at it or print it. Like it was before these last two versions. Otherwise, I need to find the unwanted file and delete it. No time for that. Firefox assumes that I want the file without giving me the choice. I'm using Windows 10, always updated. This is very annoying.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 15:47:07 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10736#M4771</guid>
      <dc:creator>EPM33</dc:creator>
      <dc:date>2022-07-27T15:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10740#M4773</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/8433"&gt;@EPM33&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I want to open a .pdf to view it, or download it with an option to where it is put, NOT download it if I just want to look at it or print it. Like it was before these last two versions. Otherwise, I need to find the unwanted file and delete it. No time for that.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As you noticed, Firefox 98 changed from saving downloads in the Windows Temp folder (or Linux /tmp folder) for "Open with [relevant application]" to saving them in your designated downloads folder (the one next to "Save Files to" on the Settings page). It's not possible to pass a file to an application without saving it somewhere.&lt;/P&gt;&lt;P&gt;This change addressed problems with data loss for users who could not re-download files they forgot to save after they were removed from the Temp folder. However, now users who preferred those files to be "out of sight, out of mind" are faced with the task of cleaning them up manually.&lt;/P&gt;&lt;P&gt;In Firefox 102, the developers added a hidden option to use the Windows Temp (or Linux /tmp) folder for those downloads, similar to Firefox 97 and earlier. This is hidden away, so here's how to find it:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(A)&lt;/EM&gt; In a new tab, type or paste &lt;STRONG&gt;about:config&lt;/STRONG&gt; in the address bar and press Enter/Return. Click the button accepting the risk.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;More info on about:config:&lt;/EM&gt; &lt;A href="https://support.mozilla.org/kb/about-config-editor-firefox" target="_self"&gt;Configuration Editor for Firefox&lt;/A&gt;. &lt;EM&gt;Please keep in mind that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(B)&lt;/EM&gt; In the search box in the page, type or paste&amp;nbsp;&lt;STRONG&gt;browser.download.start_downloads_in_tmp_dir&lt;/STRONG&gt; and pause while the list is filtered&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(C)&lt;/EM&gt; Double-click the preference to switch the value from false to true (or click the toggle button toward the right end of the row)&lt;/P&gt;&lt;P&gt;If you notice any problems with it, please speak up. I don't think many people are using it yet, so feedback is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 16:37:44 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10740#M4773</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-07-27T16:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10860#M4844</link>
      <description>&lt;P&gt;&lt;EM&gt;"This change addressed problems with data loss for users who could not re-download files they forgot to save after they were removed from the Temp folder. However, now users who preferred those files to be "out of sight, out of mind" are faced with the task of cleaning them up manually."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Surely it is an acceptable behavior for some users. But I think a user who forgets that he has downloaded a file (or loses a file) does first to re-download it than to find it inside a folder full of files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:09:11 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10860#M4844</guid>
      <dc:creator>roxpec</dc:creator>
      <dc:date>2022-07-28T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10869#M4851</link>
      <description>&lt;P&gt;Let me save you some time and frustration, gramcar.&amp;nbsp; My company wanted to use Chrome for best compatibility with (poorly coded) websites.&amp;nbsp; This new Firefox behavior with force-downloading PDF files has long been the default for Chrome (and to my knowledge, ALL chromium-based browsers) and there is no option to change it, no viable work-around, and no extension or helper app that adds back the ability to open in Acrobat.&amp;nbsp; I have so far been unable to find a browser (besides previous version of Firefox) that allows this functionality.&amp;nbsp; It's quite maddening, and there seems to be no logical reason for it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 14:21:44 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10869#M4851</guid>
      <dc:creator>sifuchar</dc:creator>
      <dc:date>2022-07-28T14:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10876#M4872</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/1582"&gt;@sifuchar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;This new Firefox behavior with force-downloading PDF files has long been the default for Chrome (and to my knowledge, ALL chromium-based browsers) and there is no option to change it, no viable work-around, and no extension or helper app that adds back the ability to open in Acrobat.&amp;nbsp; I have so far been unable to find a browser (besides previous version of Firefox) that allows this functionality.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi, I think your main concern has been the use/cluttering of the "Save files to" folder in Firefox 98+, for files that used to open from a temp folder. In Firefox 102, the developers added a hidden option to use the Windows Temp (or Linux /tmp) folder for those downloads, similar to Firefox 97 and earlier. This is hidden away, so here's how to find it:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(A)&lt;/EM&gt; In a new tab, type or paste &lt;STRONG&gt;about:config&lt;/STRONG&gt; in the address bar and press Enter/Return. Click the button accepting the risk.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;More info on about:config:&lt;/EM&gt; &lt;A href="https://support.mozilla.org/kb/about-config-editor-firefox" target="_self"&gt;Configuration Editor for Firefox&lt;/A&gt;. &lt;EM&gt;Please keep in mind that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(B)&lt;/EM&gt; In the search box in the page, type or paste&amp;nbsp;&lt;STRONG&gt;browser.download.start_downloads_in_tmp_dir&lt;/STRONG&gt; and pause while the list is filtered&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(C)&lt;/EM&gt; Double-click the preference to switch the value from false to true (or click the toggle button toward the right end of the row)&lt;/P&gt;&lt;P&gt;If you notice any problems with it, please speak up. I don't think many people are using it yet, so feedback is needed.&lt;/P&gt;&lt;P&gt;The general approach to setting the default action for PDFs to Acrobat remains unchanged: &lt;A href="https://support.mozilla.org/kb/view-pdf-files-firefox-or-choose-another-viewer" target="_blank"&gt;https://support.mozilla.org/kb/view-pdf-files-firefox-or-choose-another-viewer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:21:10 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10876#M4872</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-07-28T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10877#M4873</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/8433"&gt;@EPM33&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I want to open a .pdf to view it, or download it with an option to where it is put, NOT download it if I just want to look at it or print it. Like it was before these last two versions. Otherwise, I need to find the unwanted file and delete it.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You might have received a notification of another reply, but I'll duplicate the info here just in case.&lt;/P&gt;&lt;P&gt;Firefox 98 changed from saving downloads in the Windows Temp folder (or Linux /tmp folder) for "Open with [relevant application]" to saving them in your designated downloads folder (the one next to "Save Files to" on the Settings page). It's not possible to pass a file to an application without saving it somewhere.&lt;/P&gt;&lt;P&gt;In Firefox 102, the developers added a hidden option to use the Windows Temp (or Linux /tmp) folder for those downloads, similar to Firefox 97 and earlier. This is hidden away, so here's how to find it:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(A)&lt;/EM&gt; In a new tab, type or paste &lt;STRONG&gt;about:config&lt;/STRONG&gt; in the address bar and press Enter/Return. Click the button accepting the risk.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;More info on about:config:&lt;/EM&gt; &lt;A href="https://support.mozilla.org/kb/about-config-editor-firefox" target="_self"&gt;Configuration Editor for Firefox&lt;/A&gt;. &lt;EM&gt;Please keep in mind that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(B)&lt;/EM&gt; In the search box in the page, type or paste&amp;nbsp;&lt;STRONG&gt;browser.download.start_downloads_in_tmp_dir&lt;/STRONG&gt; and pause while the list is filtered&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(C)&lt;/EM&gt; Double-click the preference to switch the value from false to true (or click the toggle button toward the right end of the row)&lt;/P&gt;&lt;P&gt;If you notice any problems with it, please speak up. I don't think many people are using it yet, so feedback is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:23:26 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10877#M4873</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-07-28T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/20165#M8612</link>
      <description>&lt;P&gt;Yes! That's the true solution! I hope they won't axe the setting in the future...&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 09:48:34 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/20165#M8612</guid>
      <dc:creator>miromarszal</dc:creator>
      <dc:date>2022-12-01T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/20171#M8614</link>
      <description>&lt;P&gt;For me this answer did the job: &lt;A href="https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10876/highlight/true#M4872" target="_blank"&gt;https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/10876/highlight/true#M4872&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 13:06:06 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/20171#M8614</guid>
      <dc:creator>miromarszal</dc:creator>
      <dc:date>2022-12-01T13:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 98 - PDF Dowload and view</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/55846#M19633</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Late Update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Firefox 118 introduced a new user preference to prevent Firefox from auto-opening PDFs that are sent with "Content-Disposition: attachment" when the user has the default "Open in Firefox" action for PDFs. This doesn't help from the server side, unfortunately.&lt;/P&gt;&lt;P&gt;If it's something an individual (or company, by group policy) wants to implement, the preference is "browser.download.force_save_internally_handled_attachments". Note that "browser.download.open_pdf_attachments_inline" needs to have its default value of false.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 18:25:31 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-98-pdf-dowload-and-view/m-p/55846#M19633</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2024-04-23T18:25:31Z</dc:date>
    </item>
  </channel>
</rss>

