Package: ghc
Version: 8.8.3-1
Severity: important
Forwarded: https://gitlab.haskell.org/ghc/ghc/issues/18392

Haddock produces documents using fonts from the hard-coded URL
https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700. 
Lintian produces the following warning:

W: privacy-breach-generic [<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=pt+sans:400,400i,700"; />]
(https://fonts.googleapis.com/css?family=pt+sans:400,400i,700)

We should add an option to haddock (just like --mathjax=URL) to allow
users to override the hard coded fontUrl to something available locally.
Debian already packages this font family (fonts-paratype package) so we
could use that flag to point to them instead of Google.

-- 
Ilias

Reply via email to