-
Notifications
You must be signed in to change notification settings - Fork 3.1k
"8.1.3.13 HostEnsureCanCompileStrings" affected by tc39/ecma262 PR #1498 #4501
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededsecurity/privacyThere are security or privacy implicationsThere are security or privacy implications
Description
8.1.3.13 HostEnsureCanCompileStrings(callerRealm, calleeRealm)
JavaScript contains an implementation-defined HostEnsureCanCompileStrings(callerRealm, calleeRealm) abstract operation. User agents must use the following implementation: [JAVASCRIPT]Perform ? EnsureCSPDoesNotBlockStringCompilation(callerRealm, calleeRealm). [CSP]
affected by tc39/ecma262#1498 which adds parameters to HostEnsureCanCompileStrings to allow https://wicg.github.io/trusted-types/dist/spec/ to guard JavaScript source sinks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededsecurity/privacyThere are security or privacy implicationsThere are security or privacy implications