We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df6a20 commit 1a5965aCopy full SHA for 1a5965a
proxy/proxy.go
@@ -183,7 +183,7 @@ func (p *Server) handleHTTPConnection(conn net.Conn) {
183
// Check if request should be allowed
184
result := p.ruleEngine.Evaluate(req.Method, req.Host)
185
186
- result.Allowed = true
+ //result.Allowed = true
187
188
// Audit the request
189
p.auditor.AuditRequest(audit.Request{
@@ -236,7 +236,7 @@ func (p *Server) handleTLSConnection(conn net.Conn) {
236
237
238
239
240
241
242
0 commit comments