I want to configure Firefox to only accept cookies from a specific list of websites, but my "Allow Exceptions" list is deleted when Firefox closes.

I want to configure Firefox to only accept cookies from a specific list of websites, but my "Allow Exceptions" list is deleted when Firefox closes. (Firefox 5.0)

@dmcritchie:
''How do you expect to keep cookies for certain sites, if you wipe out all of your cookies when the session ends or you clear the same history through the Tools menu''
If you mean from session-to-session, I don't expect it to keep cookies. That's the whole point. Every time Firefox is opened, I want it to write a new cookie, and keep that cookie until it closes and no longer than that. (Perhaps I should clarify: I don't mean session in the networking sense but rather in the period of time when one starts using Firefox until Firefox closes.) The behavior I want is for it to be able to write cookies when open, but only for specific sites, and then forget about them on close.
I should also mention that your responses are worthless to me because you don't explain anything. For instance, the quote above is ''not'' obvious from your reply of "Make sure you are not clearing cookies". You need to explain this; what is obvious in a reading for you is not obvious for everyone.
Furthermore, how is "Site Preferences" related to "everything on the right-side"? (Not to mention that it's unclear what you mean by "right-side.")

Similar Messages

  • I want to do private browsing but only accept cookies from a few websites

    I love the private browsing feature, but certain websites require me to turn on cookies. How can I only allow cookies for a limited number of websites (eg. facebook), but block cookies from the 99% of the websites I visit and still be use private browsing.
    It seems as though there should be an option to "Accept cookies from only these websites" list that the user can maintain, as I can't figure out any other way to accomplish this.

    Cookies work the same in [[Private Browsing]] as in normal mode, only all cookies expire if you end PB mode and you do not keep any new cookies permanently. You can set exceptions to site where to keep cookies. Exceptions are kept outside PB mode, unless you remove them yourself ([[Clear Recent History]], Site Preferences).
    *You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    *You can see all cookies exceptions in Tools > Options > Privacy > Cookies > Exceptions

  • Only want exception cookies. I uncheck 'Accept cookies' & close & exit FF. Next time FireFox opens, the Accept cookies checked again. What gives?

    I set privacy options
    - Tell sites I do not want to be tracked
    - Use custom settings for history
    - Clear history when Firefox closes
    (I specify sites to accept cookies in Exceptions)
    When Firefox starts again, the 'Accept cookies from sites' is checked again, against my wishes.
    Thanks

    Thanks very much, Philipp

  • Yahoo mail login says Firefox won't accept cookies but my option is too accept cookies - so what's wrong?

    My wife and I can't log into our Yahoo e-mail accounts (or, I guess, our Yahoo account). Whenever we try, we get the message: "The browser you're using refuses to sign in (cookies rejected)".
    However, my cookies setting in Firefox is: 1) accept cookies 2) accept third-party cookies 3) keep cookies until they expire.
    A few days ago I did change the cookie settings to 1) accept cookies from sites 2) do not accept cookies from sites 3) ask me every time. I also deleted a lot of cookies I didn't recognize or didn't want. I did this because I was (and still am) having trouble with a re-direction virus.
    So if anyone has any suggestions as to what needs to be done to make Yahoo e-mail accessible again I would very much appreciate their advice.
    I thank everyone for their advice in advance.
    Thanks a million.

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • I would like to accept cookies from pre-set websites only

    I would like to accept cookies from pre-set websites only. In the other cases ask me. How can I do it?

    Hi twozok,
    see if this is helpful : [https://addons.mozilla.org/en-us/firefox/addon/cookie-controller/?src=search Cookie Controller add-on]
    thank you

  • Web site still says that Firefox doesn't accept cookies

    Hi,
    The web page mail.hitmessaging.net/ suddenly says that Firefox doesn't accept cookies so I followed all your instructions on this page
    http://support.mozilla.com/en-US/kb/Websites%20say%20cookies%20are%20blocked
    and restarted the browser and then the computer but the problem remains. I clicked OK after having changed the settings in "Tools"-"Privacy" exactly as you recommend (I have double-checked) but when I open that menu again the changed settings haven't been saved. The setting is still "Remember history" instead of "Use customer settings for history" no matter how many times I try to change the setting. I'm using the Swedish version of Firefox 6 and I didn't have this problem with any home page before upgrading to Firefox 6.
    Best regards,
    Claes Vestermark
    Stockholm, Sweden

    Please see the support article [[Preferences are not saved]]. The article provides several possible remedies.
    Let us know how you get on.

  • Google blogs says that my cookies functionality is turned off, but in the privacy section it says "accept cookies from sites until they expire"--so I don't know what the problem is. is

    When I go to post on a google blog and it asks me to sign in, I get a message that says that my cookies fuctionality is turned off, but when I go to firefox, to preferences and privacy, "accept cookies from sites until they expire" is checked. I don't understand why I am getting this google message which is preventing me from posting, as it seems that the cookies functionality is properly turned on.
    Please advise
    [email protected]

    This is a user-to-user technical support forum. Apple is not here. You can find contact information from Apple by using the Contact Us link at the bottom right of every page.
    iPhones do not have international warranties. The only place in which you can get Apple service on your phones would be Hong Kong. Unless you have AppleCare, neither of these phones is under warranty. It is likely that the best Apple could offer you is an out-of-warranty replacement.

  • How do I get my browser to accept cookies from third party sites

    how do I get my browser to accept cookies from third party sites. I tried going into safari/preferences/security/accept cookies   always. and it still will not work

    Use Firefox.

  • I would like to save only selective web sites in my cache, and everything else gets deleted when I close the browser

    Lets say I have a website called xyz, I would like to keep the cache from this site and have everything else deleted when I close the browser.

    The involved CSS code can be found in this file that you can open via the location bar.
    * chrome://global/skin/autocomplete.css
    Look for class .ac-emphasize-text and apply modified rules as you like.
    You need to add the !important flag to override rules.
    Add code to the <b>userChrome.css</b> file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    @namespace html url("http://www.w3.org/1999/xhtml");
    html|span.ac-emphasize-text {
    box-shadow: none!important;
    background-color: transparent !important;
    border-radius: 0px;
    text-shadow: none !important;
    </nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    * Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
    * Use a plain text editor like Notepad to create a (new) userChrome.css file in this folder (the names are case sensitive)
    * Paste the code in the userChrome.css file in the editor window and make sure that the userChrome.css file starts with the default @namespace line
    * Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css. Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

  • First time logging in to iTunes and it keeps telling me to make sure my computer accepts cookies from i

    First time logging onto iTunes it keeps telling me to make sure my computer accepts cookies from iTunes. I have set my computer to accept all cookies and it stil wont let me log on at the iTune store

    Hi there,
    You may want to take a look at some of the troubleshooting steps in the article below.
    iTunes for Windows: iTunes Store connection troubleshooting
    http://support.apple.com/kb/ht1527
    Hope that helps,
    Griff W.

  • I usually have 3-4 tabs open which I am saving to read later. But I loose them all the time when firefox crashes or when another appliaction opens firefox to download. Is there a way to save my tabs ?

    I usually have 3-4 tabs open which I am saving to read later. But I loose them all the time when firefox crashes or when another appliaction opens firefox to download something and it will discard all my tabs. This is incredibly annoying, is there a way to save my tabs ? or get them back when there is no "restore session" button ?

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    The scroll function on my mousepad is disabled when viewing a pdf file in firefox version 5.0. The scroll works on the pdf, but not on the other tabs. When the pdf is closed, the scroll function returns to normal. Any ideas?!

    Hey thanx for the help, it worked like a charm.
    I think firefox changed the application lay out, as I used to be able to choose my PDF opener from the list at " Adobe Acrobat Forms Document' where I could choose Nitro-PDF reader, but it has now moved all the way to the bottom like you suggested to the obvious place of "Portable Document Format" section.
    If someone didn't tell me , I wouldn't have scrolled all the way down to be able to find it... it really should be with all its cousins up the top...
    Cheers again..

  • HT2090 hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera. when i close each app the isight camera's green light is still active. When that happens the only way to stop the isight camera is to r

    hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera. when i close each app the isight camera's green light is still active. When that happens the only way to stop the isight camera is to reboot.
    Is there a way to use activity monitor to identify and kill the process controlling the isight? My apologies in advance if this sounds windows (task manager) like.
    Thanks

    tqtclipper wrote:
    hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera...
    http://support.apple.
    com/kb/HT2411: Your camera can be used by only one application at a time.
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)
    tqtclipper wrote:
    ... Is there a way to use activity monitor to identify and kill the process controlling the isight? ...
    http://support.apple.
    com/kb/PH5147:  You can quit any process you can see in those listed in the window that opens when you use Activity Mornitor's 
         Window >
    Activity Monitor
    menu command.
    Message was edited by: EZ Jim
    Mac OSX 10.8.3

  • TS1424 Message "your request could not be completed...make sure computer date is correct and will accept cookies from ITunes Store"

    Attempting to purchase music on ITunes Store which I have done for years, now get message "your request could not be completed, make sure your computer date is correct and computer accepts cookies from ITunes Store." I have changed nothing. Of course the date and time are correct and my browser accepts cookies.

    Now the apple support team won't even e-mail me back. Not even saying no. This is rediculus.

  • TS2972 when i ask for Authorizeed computer i got the message " make sure your computer' date is set correctly and that it accepts cookies from the itunes stores " how can i solve this problem please .

    when i ask for Authorizeed computer i got the message " make sure your computer' date is set correctly and that it accepts cookies from the itunes stores " how can i solve this problem please .

    Ok, so I just worked out that itunes communicates through your browser so it's a cookie in the browser not PC direct that fixes this.  Bit of a convoluted route but for me it was IE>Internet setting>privacy>sites, then allow all activity from apple.com/itunes.

Maybe you are looking for

  • Nulls in Dates

    We are working with the beta release 3.0c of Forte and 2.0c of express. We have several DateTime domain fields for which we need to have nulls carried through and updated on the data base. Ideally when the user selects the insert button and the new r

  • Mixing ram pc2100 & pc2400

    Hi there Is it possible to combine these two on K7T PRO2A Kingmax DDR pc2400 256mb (running stable) and this Kingmax DDR pc2100 256mb Thanks...  ?(

  • Editing with Mac Monitor and TV.

    When I try to view a TV and monitor simultaneously for editing I do not always get a picture on the TV. Sometimes sound only. I use a Panasonic GS 400 connected between monitor and TV. In preferences I have set iMovie to playback through camera. It a

  • How to see if a DSO is used in any transformation

    Hi Friends, I am starting a new dataflow for a new release, lot of DSO's have been created in previous release, I want remove the objects which are not actually used in any reporting. However there a DSO which is used in one look up this i found when

  • Help with Video projector connection

    I bought a Brookstone HDMI projector to connect to a MacBook Pro and the Belkin adapter.  I get perfect video but no audio.  Am I missing something?