diff --git a/source b/source index db94df2be03..7cea734cb2f 100644 --- a/source +++ b/source @@ -78656,15 +78656,33 @@ dictionary WindowPostMessageOptions : PostMessageOptions
Let noopener and noreferrer be false.
If tokenizedFeatures contains an entry with
- the key "noopener
", then set noopener to the result of parsing
- tokenizedFeatures["noopener"] as a boolean feature.
If tokenizedFeatures contains an entry with
- the key "noreferrer
", then set noreferrer to the result of
- parsing
- tokenizedFeatures["noreferrer"] as a boolean feature.
If tokenizedFeatures["noopener
"] exists, then:
Set noopener to the result of parsing tokenizedFeatures["noopener
"] as a boolean feature.
Remove tokenizedFeatures["noopener
"].
If tokenizedFeatures["noreferrer
"] exists, then:
Set noreferrer to the result of parsing tokenizedFeatures["noreferrer
"] as a boolean feature.
Remove tokenizedFeatures["noreferrer
"].
If noreferrer is true, then set noopener to true.