Stop sniffing 'audio/', 'video/', and 'text/csv' into script.

Currently, `<script src="whatever"></script>` will execute the resource
at `whatever` as long as it returns a non-`image/*` MIME-type (and doesn't
opt-in to additional protection by sending an `X-Content-Type-Options:
nosniff` header). This patch tightens that to exclude `text/csv` as well
as `audio/*` and `video/*` by default.

Spec: https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-mime-type?
Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/AHsFvhHzh1o/GHj6QCdMAAAJ
Discussion: https://github.com/whatwg/fetch/issues/337

BUG=433049

Review-Url: https://codereview.chromium.org/2294283002
Cr-Commit-Position: refs/heads/master@{#416235}
6 files changed