mHeaderControl is a Firefox Plugin which provides a bunch of features to manipulates HTTP headers of requests.
Individual features can be turned on and off globally or on a per page basis.
Block Cookie SameSite
Removes all cookie headers from requests to resources with the same domain as the site.
Block Cookie 3rd-Party
Removes all cookie headers from requests to resources with a different domain as the site.
(Unfortunately, this feature is currently broken and blocks other cookies as well in certain circumstances.)
Allow CORS
Adds the "Access-Control-Allow-Origin" as well as "Access-Control-Allow-Credentials" header to all responses.
Remove Referer
Removes the referer from all requests.
Fake Referer
Removes the referer from all requests and replaces it with a referer which is the same as the requested resource.
Prevent Caching
Adds Cache-Control, Pragma and Expires header to prevent caching.
Disable CSP
Removes Content-Security-Policy header (and deprecated variants) to disable CSP.
- License: MIT License
- Weekly downloads: 0
- Average daily users: 76
- Rating: 4.375/5 of 8 ratings
- Created: 2017-08-12 12:13:40
- Last updated: 2018-09-10 15:55:07
- Homepage: https://gitlab.com/maheee-browser-addons/mHeaderControl
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/mheadercontrol/
- API: {2d083de0-ad91-4c1a-8e0c-5af7ff708b60}