From dc6133ac4692706a5d24d7934f2c82056bc3760a Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Tue, 15 Jul 2025 13:03:39 +0100 Subject: [PATCH] Patch CSP's "Get directive fallback list" to include `monetization-src` --- .../specification/specification-respec.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/pages/specification/specification-respec.html b/src/pages/specification/specification-respec.html index 42a2b17b..7c54dfa7 100644 --- a/src/pages/specification/specification-respec.html +++ b/src/pages/specification/specification-respec.html @@ -828,6 +828,31 @@

+
+

+ Get fetch directive fallback list +

+

+ This spec patches the [[CSP]] specification's directive fallback list +

+

+ Given a string |directiveName|: +

+
    +
  1. Switch on |directiveName|: +
    + ... + +
    `monetization-src`
    +
    + `<< "monetization-src", "default-src" >>` +
    +
    +
    +
  2. +
  3. Return `<< >>`.
  4. +
+