> For the complete documentation index, see [llms.txt](https://ttp.parzival.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ttp.parzival.sh/pentesting/web-applications/tooling/burp-suite/quality-of-life.md).

# Quality of Life

### Removing Noise in Logs

Add the following in `Burp Suite --> Proxy --> Options --> TLS Pass Through`

```bash
.*\.google\.com 
.*\.gstatic\.com
.*\.mozilla\.com
.*\.googleapis\.com
.*\.pki\.goog
```
