From 29d6c7719cb66088494af64eadf087aee8d70a62 Mon Sep 17 00:00:00 2001 From: Carlos IL Date: Wed, 20 Jan 2021 16:36:24 -0800 Subject: [PATCH] add missing data-x value --- source | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/source b/source index 69c921ad1dd..2ea1d8fa836 100644 --- a/source +++ b/source @@ -93462,9 +93462,10 @@ function sendData(data) { data-x="concept-document-window">associated Document has the sandboxed modals flag set, then return.

-
  • If this's relevant settings object's origin and - this's relevant settings object's top-level origin are - not same origin-domain, then return.

  • +
  • If this's relevant settings object's + origin and this's + relevant settings object's top-level origin are not + same origin-domain, then return.

  • Optionally, return. (For example, the user agent might give the user the option to ignore all alerts, and would thus abort at this step whenever the method was @@ -93498,9 +93499,10 @@ function sendData(data) { data-x="concept-document-window">associated Document has the sandboxed modals flag set, then return.

  • -
  • If this's relevant settings object's origin and - this's relevant settings object's top-level origin are - not same origin-domain, then return false.

  • +
  • If this's relevant settings object's + origin and this's + relevant settings object's top-level origin are not + same origin-domain, then return false.

  • Optionally, return false. (For example, the user agent might give the user the option to ignore all prompts, and would thus abort at this step whenever the method @@ -93532,9 +93534,10 @@ function sendData(data) { data-x="concept-document-window">associated Document has the sandboxed modals flag set, then return.

  • -
  • If this's relevant settings object's origin and - this's relevant settings object's top-level origin are - not same origin-domain, then return null.

  • +
  • If this's relevant settings object's + origin and this's + relevant settings object's top-level origin are not + same origin-domain, then return null.

  • Optionally, return null. (For example, the user agent might give the user the option to ignore all prompts, and would thus abort at this step whenever the method was