+ <meta http-equiv="Feature-Policy" content="fullscreen 'none'; geolocation 'none'"> ++
+ <script>
+ var req = new XMLHttpRequest();
+ req.open("GET", "/api/security_check.json", false);
+ req.send();
+ </script>
+
+ <meta http-equiv="Feature-Policy" content="sync-xhr ‘none">
+
+
+ In the above, the call to `req.open` will succeed, because the policy
+ disabling `sync-xhr` occurs after it, in the markup.
+
+ false.Given two declared policies, existing policy and new policy, this algorithm returns a single, merged declared policy.
+This isn't all that different from Merge directive with declared policy, except that: +
So I guess, given that, does this really need to exist as a separate algorithm?
+