Unexpected features in Acrobat 7
Unexpected features in Acrobat 7
Posted Mar 30, 2005 19:55 UTC (Wed) by jbh (guest, #494)Parent article: Unexpected features in Acrobat 7
I tried turning off javascript. But now it pops up a dialog every time I close a window, asking me if I want to turn it back on (and defaulting to "yes"). Very annoying.
(question is, is it more annoying than v5 not responding to keyboard shortcuts when numlock is on? hard to tell)
Posted Mar 30, 2005 20:11 UTC (Wed)
by alan (guest, #4018)
[Link] (6 responses)
Posted Mar 30, 2005 20:21 UTC (Wed)
by mattdm (subscriber, #18)
[Link]
Posted Mar 31, 2005 22:29 UTC (Thu)
by proski (subscriber, #104)
[Link]
Posted Apr 1, 2005 17:44 UTC (Fri)
by allesfresser (guest, #216)
[Link] (3 responses)
Posted Apr 1, 2005 17:45 UTC (Fri)
by corbet (editor, #1)
[Link]
Posted Apr 7, 2005 21:07 UTC (Thu)
by ekg (guest, #27035)
[Link] (1 responses)
Posted Oct 21, 2005 16:02 UTC (Fri)
by toxik (guest, #33244)
[Link]
Anyhow, the idea is to send all output from the command "acroread" to the DROP chain, which would cause you timeouts, I'd rather just send it to REJECT (-j REJECT) or if you're wondering, why not use a logged chain of your own? :)
Posted Apr 7, 2005 18:30 UTC (Thu)
by RelentlessWeevilHowl (guest, #5682)
[Link]
No need to disable javascript completely, just all outgoing traffic to any domain controlled by remoteapproach.Unexpected features in Acrobat 7
Well, except, any given document that wants to track you could use its own site to do so.Unexpected features in Acrobat 7
Do you have a complete list of domains controlled by remoteapproach?
Unexpected features in Acrobat 7
Does anyone know if there's a way to control packet flow based on the attributes of the process trying to transmit the packet (i.e., "don't allow Acrobat Reader to send any network packets anywhere?")Unexpected features in Acrobat 7
SELinux can do that sort of thing quite easily. Well, as easily as SELinux does anything, I guess...
Unexpected features in Acrobat 7
iptables -A OUTPUT -m owner --cmd-owner acroread -j DROPUnexpected features in Acrobat 7
That tid not quite work, perhaps it works for other or you need some extension - I'm not an expert.Unexpected features in Acrobat 7
Go to $HOME/.adobe/Acrobat/7.0/JavaScripts and remove "glob.settings.js". Create a symbolic link with that name to "/dev/null". That should stop the dialog box.Unexpected features in Acrobat 7