w3c / badging

Badging API
https://w3c.github.io/badging/
Other
88 stars 12 forks source link

synchronously use same origin-domain in iframe check #107

Open marcoscaceres opened 1 year ago

marcoscaceres commented 1 year ago

Closes #106

Now checks "same origin-domain" instead of the more restrictive "same origin".

This change:

Implementation commitment (delete if not making normative changes):

Person merging, please make sure that commits are squashed with one of the following as a commit message prefix:

marcoscaceres commented 1 year ago

Updated WebKit: https://github.com/WebKit/WebKit/pull/13389

I'll update the WPTests also to add a specific same origin-domain check.