Tagged Questions
13
votes
3answers
751 views
What security risks does Firefox 19's built-in PDF reader (pdf.js) bring?
Firefox 19 ships with pdf.js as the default PDF reader.
One of the main stated goals is to reduce the exposure of users to the often vulnerable Adobe PDF reader/plugin.
So what new risks does pdf.js ...
2
votes
2answers
790 views
Can Tamper Data (the plugin) modify multipart requests?
I'm doing some testing on my web app with Tamper Data. I've had success with Tamper Data in the past for normal HTTP post requests, but in this particular case I want to modify a post request that ...