packages feed

adblock2privoxy-1.0.0: src/UrlBlocker.hs-boot

module UrlBlocker (
BlockMethod(..),
TaggerType(..)
) where

data BlockMethod = Request | Xframe | Elem | Dnt | Xpopup
data TaggerType = Client | Server