Ignoring useless hosts/domains in proxy interception Burpsuite

n00πŸ”‘
Aug 19, 2024

Firefox

  1. Disable captive portal:

about:config

network.captive-portal-service

2. Go to: Target -> Scope -> Exclude From Scope

Add the below regex in the Host or IP range:

^(firefox\.com|google\.com|mozilla\.com|mozilla\.org)$

This means all the subdomains of firefox.com, google.com, mozilla.com, and mozilla.org

Then got to proxy setting and check the below interception rule:

--

--