From d2473de3521ba54d4492d44234dc977221bb2785 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/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/specification/index.html b/specification/index.html index 97488bcf..dc39063a 100644 --- a/specification/index.html +++ b/specification/index.html @@ -852,6 +852,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. +
+