【问题标题】:Disable confirm dialog when passing credentials in URL for Basic Auth在基本身份验证的 URL 中传递凭据时禁用确认对话框
【发布时间】:2016-03-10 18:19:31
【问题描述】:

是否有禁用此功能的配置选项;

访问 URL 并在 URL 中传递凭据时的对话框,例如

https://user:password@protected-site.com/

【问题讨论】:

标签: firefox dialog basic-authentication confirmation


【解决方案1】:

将有些隐藏的network.http.phishy-userpass-length 设置为1024 修复了它。

user_pref("network.http.phishy-userpass-length", 1024);

更多信息请参见http://forums.mozillazine.org/viewtopic.php?f=38&t=156433

【讨论】:

    猜你喜欢
    • 2011-02-12
    • 1970-01-01
    • 1970-01-01
    • 2013-10-08
    • 2016-07-07
    • 1970-01-01
    • 1970-01-01
    • 2021-12-06
    • 2010-12-08
    相关资源
    最近更新 更多