Skip to content

Commit 804a8c4

Browse files
committed
Sonarwhal incorrectly checks for 'X-Content-Type-Options' header; disable rule
webhintio/hint#767
1 parent 9b98a96 commit 804a8c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.sonarwhalrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"html-checker": "warning",
1313
"http-cache": "warning",
1414
"http-compression": "warning",
15-
"image-optimization-cloudinary": "warning",
1615
"manifest-app-name": "error",
1716
"manifest-exists": "warning",
1817
"manifest-file-extension": "warning",
@@ -26,7 +25,7 @@
2625
"no-vulnerable-javascript-libraries": "warning",
2726
"ssllabs": "off",
2827
"strict-transport-security": "warning",
29-
"x-content-type-options": "warning",
28+
"x-content-type-options": "off",
3029
"validate-set-cookie-header": "warning"
3130
}
3231
}

0 commit comments

Comments
 (0)