X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xpdfrc;h=e5582091ef81f604963fb5720bc6ee3b716381be;hb=bcc0c647fc4c724dae64893a2b85a10a3d4b739a;hp=a13d2562474ecf9cf9111fa786f1e0375b2971de;hpb=743494673608b01088ddb1b63a93cb9120fefb49;p=config%2Fdotfiles.git diff --git a/xpdfrc b/xpdfrc index a13d256..e558209 100644 --- a/xpdfrc +++ b/xpdfrc @@ -43,5 +43,6 @@ bind n any findNext # Zoom to full page on startup, change to "normal" zoom mode by pressing 0. initialZoom page -# Use Elinks to open URLs. -urlCommand "elinks -remote '%s'" +# Use Elinks to open URLs. No quotes around %s, xpdf must handle the quoting +# or it causes security vulnerabilities with manipulated URLs. +urlCommand "elinks -remote %s"