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. +
+