Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent

    Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]

    Cookie 5
    3
    20
    286
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kitated last edited by

      Well, this isn't good. One of my most hated nemeses, google, survived my most recent cookie/cache removal by Cookie. As did avast, geico, live.com, and a few others not shown on this screen shot.

      I just checked Opera as well, but it appears to be working correctly.

      Screen Shot 2019-03-26 at 10.46.25 AM.jpg

      1 Reply Last reply Reply Quote 0
      • T
        Timmy last edited by

        Just an FYI: I'm not seeing any leftover HSTS Policy entries (or other non-favorites) in Safari-Preferences-Privacy-Manage Website Data with Safari 12.1 and High Sierra 10.3.6/Security Update 2019-002.

        1 Reply Last reply Reply Quote 0
        • K
          kitated last edited by

          I wanted to report that I've upgraded to the final public release version of Mojave [macOS 10.14.4 (18E226)], and I'm still seeing HSTS Policy cookies that are not being deleted by Cookie 5.9.6 in Safari 12.1. Note that Safari 12.1 was apparently also updated in the most recently released Mojave version.

          SweetP 1 Reply Last reply Reply Quote 0
          • SweetP
            SweetP @kitated last edited by

            @kitated said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

            I wanted to report that I've upgraded to the final public release version of Mojave [macOS 10.14.4 (18E226)], and I'm still seeing HSTS Policy cookies that are not being deleted by Cookie 5.9.6 in Safari 12.1. Note that Safari 12.1 was apparently also updated in the most recently released Mojave version.

            are you sure they are not just being regenerated upon relaunching Safari?

            1 Reply Last reply Reply Quote 0
            • K
              kitated last edited by

              First off, I'm on to Mojave 10.14.5 Developer Beta 1 (18F96h) that installs Safari 12.1.1, and I'm still experiencing the same thing with HSTS cookies.

              I'm not sure how to determine if Safari is regenerating the HSTS cookies or Cookie is not ever deleting them. Maybe I'm being daft, and if so, I apologize.

              Here’s what I’m doing. Before I close Safari, but after I use Cookie 5.9.6 to delete tracking cookies and non-favorites, these HSTS cookies are there under Manage Website Data. I then close the browser and use Cookie to remove the Cache. Remove Now is greyed out for Cache, Tracking Cookies and Non-Favorites. I then reopen Safari, and before I open any tabs, I check under Manage Website Data, and the HSTS Policy cookies are there. So how do I know if Cookie deleted them and Safari regenerated them or if Cookie never deleted them at all? Either way, they are still there and I can’t rely on Cookie to manage them for me.

              It's probably no huge deal, but I would feel better knowing that I don't have some bit of info stored on my computer that could be theoretically used in some way by the likes of google, facebook, pinterest, etc. If I have to remember to deal with this manually, it won't be the end of the world. I will remain a proud Cookie user, and continue to use your other great products like SessionRestore and DesktopUtility. I'm a big fan of your work. Cheers!

              1 Reply Last reply Reply Quote 0
              • SweetP
                SweetP last edited by

                I see the problem.
                do you have the extra scripts installed?
                if so, replace the contents of clearSafariCache.sh with this:
                #!/bin/sh
                find /private/var/folders \! -name "*SafariTechnologyPreview*" -name "*com.apple.Safari*" -exec rm -r {} \; 2>/dev/null && /usr/bin/killall -KILL nsurlstoraged

                1 Reply Last reply Reply Quote 0
                • SweetP
                  SweetP last edited by

                  alternatively, if you could update to the Beta I just released, and let me know if it works for you that would be great:
                  https://sweetpproductions.com/products/cookie5/CookieBeta.dmg

                  1 Reply Last reply Reply Quote 0
                  • K
                    kitated last edited by

                    I'm sorry to report that I tried doing both...modifying the shell script file and then installing the beta, but neither succeeded in removing the HSTS Policy items. 😞

                    P.S. I forgot to mention earlier that I also use ColorWell! Good stuff!

                    SweetP 1 Reply Last reply Reply Quote 0
                    • SweetP
                      SweetP last edited by

                      you still need to restart Safari after removing the cache. did you also do that?

                      K 1 Reply Last reply Reply Quote 0
                      • SweetP
                        SweetP @kitated last edited by

                        @kitated said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

                        P.S. I forgot to mention earlier that I also use ColorWell! Good stuff!

                        thanks! ☺

                        1 Reply Last reply Reply Quote 0
                        • K
                          kitated @SweetP last edited by

                          @SweetP said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

                          you still need to restart Safari after removing the cache. did you also do that?

                          Yes. As I said, I run Cookie before I close the browser, then check Manage Website Data and note that the HSTS items are there. I then close the browser, run Cookie again so that Remove Now is greyed-out out for Tracking Cookies, Non-Favorites and Cache, and then re-open the browser. Before opening any tabs, I check Manage Website Data, and note that the same pesky HSTS items are still there.

                          1 Reply Last reply Reply Quote 0
                          • SweetP
                            SweetP last edited by

                            ok,

                            can you try changing the contents of the file clearSafariCacheMojave.sh

                            to this:
                            #!/bin/sh

                            /usr/bin/killall -KILL nsurlstoraged
                            find /private/var/folders \! -name "*SafariTechnologyPreview*" -name "*com.apple.Safari*" -exec rm -r {} \; 2>/dev/null

                            then quit Safari and clear the cache

                            K 1 Reply Last reply Reply Quote 0
                            • K
                              kitated @SweetP last edited by

                              @SweetP said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

                              ok,

                              can you try changing the contents of the file clearSafariCacheMojave.sh

                              to this:
                              #!/bin/sh

                              /usr/bin/killall -KILL nsurlstoraged
                              find /private/var/folders \! -name "*SafariTechnologyPreview*" -name "*com.apple.Safari*" -exec rm -r {} \; 2>/dev/null

                              then quit Safari and clear the cache

                              Fantastic, the HSTS items are gone!

                              Prior to getting your last message, I decided to delete all my Favorites and close all pinned tabs to eliminate those things from consideration. One of my Favorites was netflix.com, and prior to making the change to the shell script file, the only things under Manage Website Data were 5 HSTS items and a netflix.com Media Keys item. The Media Keys item is still there after the change to the shell script fyi.

                              1 Reply Last reply Reply Quote 0
                              • SweetP
                                SweetP last edited by

                                nice one,
                                Ill get an official update sorted out
                                πŸ™‚

                                K 1 Reply Last reply Reply Quote 0
                                • K
                                  kitated @SweetP last edited by

                                  @SweetP said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

                                  nice one,
                                  Ill get an official update sorted out
                                  πŸ™‚

                                  Super! Thanks for getting to the bottom of it! 🍻 Cheers!

                                  As an aside, I used SessionRestore to get all my pinned tabs back. Something for the wish list would be the ability to restore the tabs to their pinned state. Another great feature would be a way to bulk unpin and/or close pinned Safari tabs. Are these types of things programmatically possible, or does Apple preclude this type of tab management?

                                  SweetP 1 Reply Last reply Reply Quote 0
                                  • SweetP
                                    SweetP @kitated last edited by

                                    @kitated said in Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]:

                                    As an aside, I used SessionRestore to get all my pinned tabs back. Something for the wish list would be the ability to restore the tabs to their pinned state. Another great feature would be a way to bulk unpin and/or close pinned Safari tabs. Are these types of things programmatically possible, or does Apple preclude this type of tab management?

                                    To be honest, theres no way of updating SessionRestore anymore...

                                    The new Safari Extensions API's are worse than useless for anything other than adblockers... the old APIs also never had any hooks for knowing if a tab was pinned or not, otherwise I would have supported that years ago
                                    😞

                                    1 Reply Last reply Reply Quote 0
                                    • SweetP
                                      SweetP last edited by SweetP

                                      Ive just released v5.9.7 with the fix on my site, and also uploaded it to Apple for review.

                                      thanks for the help in tracking this down and getting it fixed.
                                      πŸ™‚

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post