diff --git a/src/config.js b/src/config.js index 11002b2..df02ce2 100644 --- a/src/config.js +++ b/src/config.js @@ -1,3 +1,15 @@ +export const maskScrapingHeaders = { + 'User-Agent': + 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36', + Accept: + 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', + 'Accept-Language': 'es-ES,es;q=0.9,en;q=0.8', + 'Accept-Encoding': 'gzip, deflate, br', + Connection: 'keep-alive', + 'Upgrade-Insecure-Requests': '1', + 'Cache-Control': 'max-age=0', +}; + const url = 'https://monoschinos2.com'; export const api = {