Skip to content

Commit

Permalink
Redirect window.isSecureContext doc; fix spec URL
Browse files Browse the repository at this point in the history
Fixes #1192
  • Loading branch information
sideshowbarker committed Feb 24, 2021
1 parent d32f12c commit 403649f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 82 deletions.
1 change: 1 addition & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9092,6 +9092,7 @@
/en-US/docs/Web/API/Window/clearTimeout /en-US/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout
/en-US/docs/Web/API/Window/fetch /en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
/en-US/docs/Web/API/Window/indexedDB /en-US/docs/Web/API/WindowOrWorkerGlobalScope/indexedDB
/en-US/docs/Web/API/Window/isSecureContext /en-US/docs/Web/API/WindowOrWorkerGlobalScope/isSecureContext
/en-US/docs/Web/API/Window/mozRequestAnimationFrame /en-US/docs/Web/API/window/requestAnimationFrame
/en-US/docs/Web/API/Window/onabort /en-US/docs/Web/API/GlobalEventHandlers/onabort
/en-US/docs/Web/API/Window/onafterprint /en-US/docs/Web/API/WindowEventHandlers/onafterprint
Expand Down
14 changes: 0 additions & 14 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -94532,20 +94532,6 @@
"Wladimir_Palant"
]
},
"Web/API/Window/isSecureContext": {
"modified": "2020-10-29T06:26:42.696Z",
"contributors": [
"chrisdavidmills",
"connorshea",
"erikadoyle",
"mnoorenberghe",
"simevidas",
"fscholz",
"jonathanKingston",
"rolfedh",
"jpmedley"
]
},
"Web/API/Window/languagechange_event": {
"modified": "2020-10-15T21:27:31.490Z",
"contributors": [
Expand Down
61 changes: 0 additions & 61 deletions files/en-us/web/api/window/issecurecontext/index.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: WindowOrWorkerGlobalScope.isSecureContext
title: 'WindowOrWorkerGlobalScope: isSecureContext'
slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext
tags:
- API
Expand All @@ -11,12 +11,7 @@
- Workers
- isSecureContext
---
<p>{{APIRef}}{{SeeCompatTable}}</p>

<p>The <code><strong>isSecureContext</strong></code> read-only property of the
{{domxref("WindowOrWorkerGlobalScope")}} interface returns a boolean indicating whether
the current <a href="/en-US/docs/Web/Security/Secure_Contexts">context is secure</a>
(<code>true</code>) or not (<code>false</code>).</p>
<p>The <code><strong>isSecureContext</strong></code> read-only property of the {{domxref("WindowOrWorkerGlobalScope")}} interface returns a boolean indicating whether the current <a href="/en-US/docs/Web/Security/Secure_Contexts">context is secure</a> (<code>true</code>) or not (<code>false</code>).</p>

<h2 id="Syntax">Syntax</h2>

Expand Down

0 comments on commit 403649f

Please sign in to comment.