Merge 0de5c4e37fe043c17c6b7d68899b46a3bc7131f2 into 20d08290afb78c03cf9ccafb3149418bd6e7d8d0

This commit is contained in:
Samuel Aubert 2025-03-30 16:31:45 +00:00 committed by GitHub
commit 95238717c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,6 @@ const securityTxtHandler = async (urlParam) => {
for (let path of SECURITY_TXT_PATHS) {
try {
const result = await fetchSecurityTxt(url, path);
if (result && result.includes('<html')) return { isPresent: false };
if (result) {
return {
isPresent: true,