Page 1 of 1
[Solved] Not blocking lastest version of PDF
Posted: Sun Feb 24, 2013 6:51 pm
by dinosnake
Running Firefox 19.0, Adobe Reader 11.0.2, Adobe plugin 11.0.2.0
Just as the Subject line says. Clicking on, for example
http://support.dell.com/support/edocs/a ... usUG0D.pdf
http://www.lenovo.com/psref/pdf/tabook.pdf
http://www.hp.com/products1/storage/pro ... ily_pb.pdf
instantly opens up the PDF as a client inside Firefox, rather than give me a NoScript warning as previous.
Re: Not blocking lastest version of PDF
Posted: Sun Feb 24, 2013 9:25 pm
by Giorgio Maone
Expected. The internal PDF reader is not a plugin, it's Firefox code and should't be blocked.
Otherwise, the internal HTML renderer -- which theoretically less safe because is written in C++, rather than JavaScript like PDF.js -- should be blocked as well.
Re: Not blocking lastest version of PDF
Posted: Sun Feb 24, 2013 10:24 pm
by Thrawn
If it really concerns you, then you can switch it off and use an external reader, like Tom T does. In your Firefox preferences, go to the Applications tab and change PDFs to Always Ask, instead of opening in Firefox.
Personally I think that a JavaScript-based renderer is inherently safer than anything written in native code - especially Adobe Reader - but that's just my own view. How you view PDFs is your choice

.
Re: Not blocking lastest version of PDF
Posted: Mon Feb 25, 2013 4:59 pm
by dinosnake
Thank you for the reply.
I missed the upgrade in 19 that made the PDF code native, as previous versions of FF with NoScript did indeed block PDF links.
Thanks for the heads-up, I will probably will indeed make the configuration change.