Closed TechnikEmpire closed 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.
HttpFilteringEngine::ShouldBlock
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.