packages feed

adblock2privoxy-3.0.0: src/UrlBlocker.hs-boot

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

data BlockMethod = Request | Xframe | Elem | Dnt | Xpopup

data TaggerType = Client | Server