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