Skip to content

Instantly share code, notes, and snippets.

@akmamun
Created February 21, 2024 17:58
Show Gist options
  • Save akmamun/574369d418f9f66265826831559ef23b to your computer and use it in GitHub Desktop.
Save akmamun/574369d418f9f66265826831559ef23b to your computer and use it in GitHub Desktop.
SOP Example with URL Results
URL Result Reason
http://example.com/* OK Only the path differs
https://example.com/* Not OK Not the same protocol
http://example.com:1234/* Not OK Not the same port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment