Skip to main content

URL__SAME_ORIGIN

Constant URL__SAME_ORIGIN 

Source
pub const URL__SAME_ORIGIN: &str = "url.same_origin";
👎Deprecated:

Use HTTP__REQUEST__SAME_ORIGIN (http.request.same_origin) instead.

Expand description

Indicates that a URL has the same origin as the current page’s origin in the browser.

  • Scrubbing: Manual
  • Rewriting behavior: Backfill

§Aliases