TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Move blocking related code out of TlsCapableHttpBridge #90

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

Move blocking related code out of TlsCapableHttpBridge. It should not be in there. Anything related to deciding how to handle responses/requests for the sake of filtering should be handled within the HttpFilteringEngine::ShouldBlock method.