File: privacy.patch

package info (click to toggle)
otpw 1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ansic: 3,862; makefile: 303
file content (16 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: replace link to css file by local version to avoid
             privacy breach
Author: Thorsten Alteholz <debian@alteholz.de>
Index: otpw-1.5/otpw.html
===================================================================
--- otpw-1.5.orig/otpw.html	2014-08-07 21:21:15.000000000 +0200
+++ otpw-1.5/otpw.html	2017-06-23 15:50:42.344767527 +0200
@@ -7,7 +7,7 @@
 <META NAME="description" CONTENT="Free implementation of a one-time
 password scheme allowing remote access from untrusted terminals.">
 <META http-equiv=Content-Type content="text/html; charset=UTF-8">
-<link rel="stylesheet" href="https://www.cl.cam.ac.uk/~mgk25/default.css"
+<link rel="stylesheet" href="file:/usr/share/doc/libpam-otpw/default.css"
       type="text/css">
 </HEAD>