Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Aug 12, 2024
1 parent 66b13c0 commit 1faa626
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@ const headers = {
'Accept': 'application/json',
'Content-Type': 'application/json',
'Cache-Control': 'no-cache',
'CF-IPCountry': 'false',
'CF-Visitor': '{"scheme":"https"}',
'Connection': 'keep-alive',
'DNT': '1',
'Pragma': 'no-cache',
'Referrer-Policy': 'strict-origin-when-cross-origin',
'X-Content-Type-Options': 'nosniff',
'X-Frame-Options': 'DENY',
'X-XSS-Protection': '1; mode=block'
'DNT': '1'
};

const getRandomCat = () => new Promise((resolve, reject) => {
Expand Down

0 comments on commit 1faa626

Please sign in to comment.