在 Firefox 中修改 HTTP 响应标头

有谁知道是否允许 Firefox 扩展修改 HTTP 响应标头?例如,扩展是否可以删除 x-frame-options 标头以让页面加载到 iframe 中?

Does anyone know if Firefox extensions are allowed to modify HTTP response headers? For example, can an extension remove the x-frame-options header to let the page load in an iframe?

谢谢

推荐答案

S.王是对的.Modify Headers 目前仅支持修改请求头.但是,我正在考虑支持未来版本的响应标头.

S. Wong is correct. Modify Headers supports modification of request headers only at present. However, I am looking at supporting response headers for a future version.

相关文章