79165212

Date: 2024-11-07 06:19:07
Score: 1
Natty:
Report link

PLAYWRIGHT_ABORT_REQUEST

In your case

def should_abort_request(request):
    return (
        request.resource_type != "xhr" in request.url
    )

and apply the function in settings

PLAYWRIGHT_ABORT_REQUEST = should_abort_request
Reasons:
  • Whitelisted phrase (-1): In your case
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joon