본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

cookies Exception preference changed from domain to full URL

more options

Hi,

Just updated to Firefox to 42.0 and when I went to a link at www.postgresql.org I was asked "allow/disallow cookie" question. This was odd as I have "postgresql.org Allow" in my Privacy->Accept cookies from sites->Exceptions... list. I went to verify that this is true and noticed the listing is now in URL form. This is change from prior Domain listing.

I suspect this to be the issue here. Where before, simply having "postgresql.org Allow" would allow cookies from that domain and all sub-domains of the site. Now, I fear, the behavior I have been used to for so many years is no longer there.

Can this change be reverted?

Attached images show the "Exceptions - Cookies" pane for FF40. (known/good/desired listing/behavior) vs FF42 (new/changed listing/behavior)

Hi, Just updated to Firefox to 42.0 and when I went to a link at www.postgresql.org I was asked "allow/disallow cookie" question. This was odd as I have "postgresql.org Allow" in my Privacy->Accept cookies from sites->Exceptions... list. I went to verify that this is true and noticed the listing is now in URL form. This is change from prior Domain listing. I suspect this to be the issue here. Where before, simply having "postgresql.org Allow" would allow cookies from that domain and all sub-domains of the site. Now, I fear, the behavior I have been used to for so many years is no longer there. Can this change be reverted? Attached images show the "Exceptions - Cookies" pane for FF40. (known/good/desired listing/behavior) vs FF42 (new/changed listing/behavior)
첨부된 스크린샷

모든 댓글 (2)

more options

Yours looks a little different than mine, but it is doing the same thing, adding the http:// to the front of each added domain, it does not seem like it can be changed in about:config.

You may submit feedback directly to the Advocacy team through the following page:

The User Advocacy team reviews all feedback and reports on the findings to the product teams and relevant parties, helping to influence and shape our products.

more options

There was a big change in the permissions scheme (see bug #1173523). Instead of looking at a host name and an application identifier, Firefox now uses a "principal" which consists of the protocol plus the host name (plus a port number, possibly, if not 80 for http or 443 for https).

The old hostnames were converted, and in other threads, it was noted that they were duplicated to both http:// and https://.

Some of the interfaces might not yet be covering all the bases that were previously implied by the host name alone. I don't know whether that was an oversight and bugs need to be filed, or whether it is by design.

It would be helpful to collect more concrete examples of missing functionality through the UI to aid in bug reporting.