Customer Support:

  • Shopping Cart
    There are no items in your cart
fapwall 0.9
fapwall 0.9
fapwall 0.9

Fapwall 0.9 -

def test_keyword_block(): cfg = load_cfg() cfg["action"] = "block" fw = FapWall(cfg) result = fw.inspect(url="https://www.pornhub.com/video/123") assert result["blocked"] and "keyword" in result["reasons"]

from mitmproxy import http from fapwall.core import FapWall import yaml, json, logging fapwall 0.9