Skip to content

Commit

Permalink
Remove erroneous secure context banner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 10, 2024
1 parent 0c4a940 commit 6e530e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-static-method
browser-compat: api.Document.parseHTMLUnsafe_static
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{SecureContext_Header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`Document.parseHTMLUnsafe()`** static method is used to parse a string of HTML as a new document object.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/sethtmlunsafe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.Element.setHTMLUnsafe
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{SecureContext_Header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`setHTMLUnsafe()`** method of the {{domxref("Element")}} interface is used to parse a string of HTML and then insert it into the DOM as a subtree of the element.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/shadowroot/sethtmlunsafe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.ShadowRoot.setHTMLUnsafe
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{SecureContext_Header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`setHTMLUnsafe()`** method of the {{domxref("ShadowRoot")}} interface is used to parse a string of HTML and then insert it into the DOM as a subtree of the shadow root.

Expand Down

0 comments on commit 6e530e5

Please sign in to comment.