Open valtlai opened 6 years ago
Is there any stats on how often mime sniffing happens? I'm guessing it is still pretty common.
This idea is good! Issues caused by MIME sniffing still exist. Adding 'no-type-sniffing' enables the developer to cut an extra field in HTTP headers.
Should CSP have a directive similar to
X-Content-Type-Options: nosniff
(as it does forX-Frame-Options
)? Maybe something likeno-type-sniffing
.