From b6c449c7ec546dd4de2a62c4e1cd1a339e256208 Mon Sep 17 00:00:00 2001 From: Tom Schuster Date: Mon, 29 Aug 2016 19:51:43 +0200 Subject: [PATCH 1/2] block additional script MIMETypes (audio, video, csv) --- Overview.src.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Overview.src.html b/Overview.src.html index 7c90d0b67..467762234 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -1498,7 +1498,9 @@

script", and MIMEType starts with - `image/`, then return blocked. + `audio/`, `image/` or `video/`, then return blocked. + +
  • If type is "script", and MIMEType is `text/csv`, then return blocked.

  • Return allowed. From 959515eee81d6d7ab20cc2b435cd37772d1a9a54 Mon Sep 17 00:00:00 2001 From: Tom Schuster Date: Tue, 30 Aug 2016 21:21:38 +0200 Subject: [PATCH 2/2] Reformat conditions and add myself to Acknowledgments --- Overview.src.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Overview.src.html b/Overview.src.html index 467762234..27635815b 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -1497,10 +1497,12 @@

    script", and MIMEType starts with - `audio/`, `image/` or `video/`, then return blocked. +
  • If type is "script", and any of the following statements are true, then return blocked: -

  • If type is "script", and MIMEType is `text/csv`, then return blocked. +

      +
    • MIMEType starts with `audio/`, `image/`, or `video/`. +
    • MIMEType is `text/csv`. +
  • Return allowed. @@ -5620,6 +5622,7 @@

    Acknowledgments

    Thomas Roessler, Thomas Wisniewski, Tobie Langel, +Tom Schuster, Tomás Aparicio, 保呂毅 (Tsuyoshi Horo), Tyler Close,