搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Definitions of the words "Always" and "Never"

  • 4 个回答
  • 0 人有此问题
  • 12 次查看
  • 最后回复者为 syncsync

more options

I keep getting: Save Login for http://blabla.xyz?!!

if i say 'never' it just keeps asking.

now your saying. aah. thats cause it cannot differentiate a ipv4 and a hostname.


The gethostbyname() function returns a structure of type hostent for the given host name. Here name is either a hostname or an IPv4 address

i wonder then what this browser does. not remembering by name. here thus the word never is better replaced by -> ask me again next time.

I keep getting: Save Login for http://blabla.xyz?!! if i say 'never' it just keeps asking. now your saying. aah. thats cause it cannot differentiate a ipv4 and a hostname. The gethostbyname() function returns a structure of type hostent for the given host name. Here name is either a hostname or an IPv4 address i wonder then what this browser does. not remembering by name. here thus the word never is better replaced by -> ask me again next time.
已附加屏幕截图

所有回复 (4)

more options

Exceptions only work with an origin (protocol and hostname) and not with a IP address.

more options

Thanks, never heard of it. Is there any RFC where i can look up the definition of 'origin' ?

more options

Origin in this context is the protocol and the hostname like on this forum https://support.mozilla.org (i.e. no path appended).

more options

So Firefox is not honoring Host-Wide DNS resolver (caching) routines and instead have rewritten this already-in-place code with better alternative?!

由syncsync于修改