We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca22da commit 0de5c4eCopy full SHA for 0de5c4e
api/security-txt.js
@@ -53,7 +53,6 @@ const securityTxtHandler = async (urlParam) => {
53
for (let path of SECURITY_TXT_PATHS) {
54
try {
55
const result = await fetchSecurityTxt(url, path);
56
- if (result && result.includes('<html')) return { isPresent: false };
57
if (result) {
58
return {
59
isPresent: true,
0 commit comments