Modifying HTTP response headers in Firefox(在 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.
这篇关于在 Firefox 中修改 HTTP 响应标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Firefox 中修改 HTTP 响应标头


基础教程推荐
- 检查 HTML5 拖放文件类型 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- npm start 错误与 create-react-app 2022-01-01