Skip to content

Commit

Permalink
refactor(inoreader): remove content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbikai committed Dec 30, 2023
1 parent 75636ec commit db56f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/src/providers/inoreader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default async function inoreaderProvider(
try {
const resp = await fetch(`https://www.innoreader.com/feed/${encodeURIComponent(key)}`, {
headers: {
'content-type': 'application/x-www-form-urlencoded',
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'
},
cf: { cacheEverything: true },
Expand Down

0 comments on commit db56f72

Please sign in to comment.