Skip to content

Commit

Permalink
document.domain article: Remove superfluous “be” (mdn#11227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Dec 15, 2021
1 parent 5f4daae commit 18ae9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/domain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ origin policy](/en-US/docs/Web/Security/Same-origin_policy), and complicates the
interoperability problems and security bugs.

Attempting to set `document.domain` is dangerous. It opens up full access to
a page's DOM from _all_ subdomains, which is likely not be what is intended. It
a page's DOM from _all_ subdomains, which is likely not what is intended. It
also removes the port component from the origin, so now your page can be accessed by
other pages with the same IP address or same host component, even on a different port.

Expand Down

0 comments on commit 18ae9bf

Please sign in to comment.