Which meta tag prevents browsers from performing MIME type sniffing, reducing certain injection risks?
-
A
X-Content-Type-Options: nosniff (response header)
-
B
<meta http-equiv='Content-Type'>
-
C
<meta name='robots' content='nosniff'>
-
D
<meta charset='nosniff'>