Allow HTTPS cookies but not HTTP?
        Posted  
        
            by 
                Ken
            
        on Super User
        
        See other posts from Super User
        
            or by Ken
        
        
        
        Published on 2011-01-18T17:50:09Z
        Indexed on 
            2011/02/06
            23:29 UTC
        
        
        Read the original article
        Hit count: 392
        
I want to allow cookies for a domain but only over HTTPS -- not cookies from the same domain that come from HTTP.  For example, I don't want any http://www.google.com cookies, but I do want to allow https://www.google.com cookies (because Calendars are there).
Is there a way to do this? Does the goal even make sense?
In Chrome, it only allows domain names, not URLs, to be added to the cookie exception list. In Firefox, it allows a protocol, but it only records the domain name, and if you click "Allow" or "Deny", it changes the same entry in the list.
© Super User or respective owner