We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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

Mozilla 도움말 검색

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

자세히 살펴보기

The wording on the delete/edit cookies menu is NOT GOOD...

  • 3 답장
  • 3 이 문제를 만남
  • 13 보기
  • 최종 답변자: Boudica

more options

When I want to delete INDIVIDUAL cookies it is too easy to accidentally delete ALL cookies.

Here's what should be changed... 1) REWORD the button to the left. It now says, "Remove Cookies." It SHOULD say, "Remove SELECTED Cookie(S)." 2) There should be a WARNING box, if one hits "Remove All Cookies" by accident. Another box should pop up that says, "Are you sure you want to remove ALL cookies? (this cannot be undone)"

I hope FF reads this.

(note: Yup -- I just deleted all cookies by accident)

When I want to delete INDIVIDUAL cookies it is too easy to accidentally delete ALL cookies. Here's what should be changed... 1) REWORD the button to the left. It now says, "Remove Cookies." It SHOULD say, "Remove SELECTED Cookie(S)." 2) There should be a WARNING box, if one hits "Remove All Cookies" by accident. Another box should pop up that says, "Are you sure you want to remove ALL cookies? (this cannot be undone)" I hope FF reads this. (note: Yup -- I just deleted all cookies by accident)

모든 댓글 (3)

more options

If the time range for clearing is set to "everything" a message should appear letting you know that the action cannot be undone. Another thing is that you are running version 9.0.1 where many security issues are present and that we are currently at version 18.0.2 and that it is suggested that you do an update. You can also make suggestions at the Suggestion Box

more options

I use code in userChrome.css to remove all the Remove buttons and use the Delete key to remove (selected) items.

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* Remove buttons in "(Don't) Remember Passwords" window */
#removeSignon, #removeAllSignons {display:none!important}
#removeReject, #removeAllRejects {display:none!important}

/* Remove buttons in Cookies: "View Cookies" window */
/* #privacyPrefs button[label="Clear Cookies Now"]{display:none!important}*/
#CookiesDialog     button#removeCookie         {display:none!important}
#CookiesDialog     button#removeAllCookies     {display:none!important}

#PermissionsDialog button#removePermission     {display:none!important}
#PermissionsDialog button#removeAllPermissions {display:none!important}
more options

I agree with the message about this problem, which was posted in February. I too just deleted all of my cookies by accident and there is no way I can "undo" this action. I would love a "warning" pop-up as suggested above. I am running the latest version of Firefox.

글쓴이 Boudica 수정일시