aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/policies/misc.py
AgeCommit message (Collapse)Author
2022-10-31[builder][server][proxy] complete internationalization and add polish ↵Wojtek Kosior
translation
2022-10-25[proxy] make Haketilo popup functionalWojtek Kosior
* Ad hoc payload creation was additionally fixed in this commit. * Addition on newly created script blocking/allowing rules to pattern tree was additionally fixed in this commit. It is no longer necessary to restart Haketilo for new rules to come into effect.
2022-10-22[proxy] simplify usage of class variables of `Policy` subtypesWojtek Kosior
This commit also prevents popup script injection to Haketilo-served pages like `https://hkt.mitm.it/`.
2022-10-21[proxy] facilitate injecting non-payload script to all pagesWojtek Kosior
2022-10-21[proxy] rework CSP manipulationWojtek Kosior
2022-10-20[proxy] rework internal HTTP headers representationWojtek Kosior
2022-10-19[proxy] pass all available flow information to relevant methods of Policy typeWojtek Kosior
2022-10-11[builder][server][proxy] remove "from __future__ import annotations"Wojtek Kosior
2022-10-10[proxy] make it possible to access http://mitm.it magical domainWojtek Kosior