Name: http-client-restricted Version: 0.0.5 Cabal-Version: >= 1.10 Maintainer: Joey Hess Author: Joey Hess Copyright: 2018 Joey Hess, 2013 Michael Snoyman License-File: LICENSE License: MIT Build-Type: Simple Category: Network Extra-Source-Files: CHANGELOG Synopsis: restricting the servers that http-client will use Description: Addition to the http-client and http-client-tls libraries, that restricts the HTTP servers that can be used. . This is useful when a security policy needs to eg, prevent connections to HTTP servers on localhost or a local network, or only allow connections to a specific HTTP server. . It handles restricting redirects as well as the initial HTTP connection, and it also guards against DNS poisoning attacks. Library Default-Language: Haskell2010 GHC-Options: -Wall -fno-warn-tabs Exposed-Modules: Network.HTTP.Client.Restricted Build-Depends: base >= 4.11.1.0 && < 5.0 , http-client >= 0.7.11 && < 0.8 , http-client-tls >= 0.3.6 && < 0.4 , connection >= 0.2.5 , data-default , network (>= 3.0.0.0) , network-bsd , utf8-string source-repository head type: git location: git://git.joeyh.name/haskell-http-client-restricted.git