Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
novo player.
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros committed Sep 2, 2024
1 parent 303e590 commit 276a04a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/api/imagens/anroll/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ export async function GET(request) {

const res = await fetch(decodeURIComponent(query), {
headers: {
"Authority": decodeURIComponent(query).replace("https://").split('/')[0],
"Origin": "https://www.anroll.net",
"Referer": "https://www.anroll.net/",
"Cf-Ray": "8bc942b6981b5210-GRU",
"Nel": '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}',
"Report-To": '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5cULeDVZhT2XGTomTHZHBNgkCWrDOMuKCY1imqjyaln4eueUt%2F3W0VHTYV1s0iZ1k%2B5LO%2B5olLC2L5Iw6CJeWk8Z8gMU85aMIummLJ9WoV6QWYxn45cJuguTZD3tF8sZ8pLcjz8e1j6afRMPppvv"}],"group":"cf-nel","max_age":604800}',
"Server": "cloudflare",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
},
cache: "no-store"
Expand Down

0 comments on commit 276a04a

Please sign in to comment.