MartinWie / Framer

A chrome extension that lets the user drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing advanced development and pages to be iframed.
31 stars 4 forks source link

[QUESTION] not related to this project. #1

Closed DeathRowTools closed 11 months ago

DeathRowTools commented 11 months ago

I'm sending a post request to facebook.com in background.js using fetch. Facebook blocks my request because the Origin header = chrome-extension://ID Is there any way to solve this?

MartinWie commented 11 months ago

Hi sounds like a question for Stack Overflow

If I got your issue right this discussion should help -> https://stackoverflow.com/questions/3274144/can-i-modify-outgoing-request-headers-with-a-chrome-extension

Please provide further details about your goal and what obstacles you encountered, potentially with a link to your Git project.

MartinWie commented 11 months ago

Closing the issue. Reason: inactivity and the question is not related to the project.