diff --git a/http/headers/Content-Security-Policy.json b/http/headers/Content-Security-Policy.json index 10be865e5a73a2..04cadc319a4fd5 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -803,6 +803,8 @@ }, "report-sample": { "__compat": { + "description": "report-sample source value", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#report-sample", "support": { "chrome": { "version_added": "59" @@ -1190,7 +1192,8 @@ }, "strict-dynamic": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic", + "description": "strict-dynamic source value", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#strict-dynamic", "support": { "chrome": { "version_added": "52" @@ -1367,7 +1370,8 @@ }, "unsafe-hashes": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe-hashes", + "description": "unsafe-hashes source value", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#unsafe-hashes", "support": { "chrome": { "version_added": "69"