Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian authored May 11, 2024
1 parent 8afdb77 commit a2e1e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="subtitle ${textColorClass}">${message}</h1>
// Call each URL
for (const url of adUrls) {
const response = await fetch(url, {
method: 'HEAD',
//method: 'HEAD',
mode: 'no-cors'
});

Expand Down

0 comments on commit a2e1e1a

Please sign in to comment.