diff --git a/Proxy/HTTP/README.md b/Proxy/HTTP/README.md index baa54a6..3812c0b 100644 --- a/Proxy/HTTP/README.md +++ b/Proxy/HTTP/README.md @@ -66,9 +66,3 @@ if (requestResponse.response().hasHeader("authorization")) { return false; ``` -## [FilterOnSpecificHighlightColor.bambda](https://github.com/PortSwigger/bambdas/blob/main/Proxy/HTTP/FilterOnSpecificHighlightColor.bambda) -### Shows requests/responses highlighted with a specific color -#### Author: [Nick Coblentz ](https://github.com/ncoblentz) -```java -return requestResponse.annotations().highlightColor().equals(HighlightColor.CYAN); -``` \ No newline at end of file