Block or allow requests
Block matching requests
- Create a
blockprofile. - Add conditions for the requests to stop.
- Enable the profile and reproduce the request.
- Confirm in Developer Tools that the request was blocked.
Exempt traffic from other profiles
Create an allow profile when matching traffic should bypass lower-priority blocking, redirect, upgrade, or header-modification rules from Headerly.
- Create an
allowprofile. - Add narrow conditions for the exception.
- Give it a priority at least as high as the rules it must override.
- Verify the request and all expected headers.
Use allowAllRequests only when you need an exception for a complete frame hierarchy. See Allow, Allow all requests, and priority behavior.