📌 📄 内容摘要:
@626 在 【网络安全】浏览器默认屏蔽的端口 中发帖
阮一峰的周刊提到了一篇文章
[image]
可以在whatwg组织的FETCH Standard文档中看到被阻止的的端口
port-blocking
也可以直接在firefox和chromium的源码中找到
nsIOService
the restricted ports on Chrome
绕过:
chrome可以通过添加--explicitly-allowed-ports=xx_port启动参数绕过
firefox可以通过改变network.security.ports.banned.override设置绕过
edge暂时没找到办法
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/672816/1
─────────────────────────────
📢 来源:LINUX DO