What Happened
- The PR fixes a policy bypass in browser-use URL checks by enforcing domain rules for special schemes: when `allowed_domains` or `prohibited_domains` is configured, `data:` URLs are denied and `blob:` URLs are validated against the embedded origin checks so they cannot slip past existing domain allowlist/prohibitlist logic.
- The PR fixes a policy bypass in browser-use URL checks by enforcing domain rules for special schemes: when `allowed_domains` or `prohibited_domains` is configured, `data:` URLs are denied and `blob:` URLs are validated against the embedded origin checks so they cannot slip past existing domain allowlist/prohibitlist logic.
- 1 evidence item attached for review.