Skip to content

Commit

Permalink
Revert README.md to original
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoblentz committed Nov 29, 2023
1 parent cc32d01 commit caec624
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Proxy/HTTP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```

0 comments on commit caec624

Please sign in to comment.