You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/glossary/origin/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ It will also fail same-origin checks with any other resource, and hence be restr
20
20
Common cases where opaque origins are used include:
21
21
22
22
- A document within an iframe that has the [sandbox](/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/sandbox) attribute set, and does not include the `allow-same-origin` flag.
23
-
-`file:` URLs are usually treated as opaque origins so that files on they file system cannot read each other.
23
+
-`file:` URLs are usually treated as opaque origins so that files on the file system cannot read each other.
24
24
- Documents created programmatically using APIs like {{domxref("DOMImplementation.createDocument()")}}.
0 commit comments