• Categories
  • Recent
  • Tags
Collapse
  1. Home
  2. Cookie 5
  3. Safari HSTS cookies not being deleted [Cookie v5.9.6, Safari v12.1 (14607.1.40.1.4), macOS 10.14.4 Beta (18E220a)]

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

Scheduled Pinned Locked Moved Cookie 5
20 Posts 3 Posters 1.9k Views 1 Watching
  • 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.
  • SweetPS Online
    SweetPS Online
    SweetP
    wrote on last edited by
    #10

    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

    ~
    Russell
    SweetPProductions.com

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kitated
      wrote on last edited by
      #11

      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!

      SweetPS 1 Reply Last reply
      0
      • SweetPS Online
        SweetPS Online
        SweetP
        wrote on last edited by
        #12

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

        ~
        Russell
        SweetPProductions.com

        K 1 Reply Last reply
        0
        • K kitated

          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!

          SweetPS Online
          SweetPS Online
          SweetP
          wrote on last edited by
          #13

          @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! ☺

          ~
          Russell
          SweetPProductions.com

          1 Reply Last reply
          0
          • SweetPS SweetP

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

            K Offline
            K Offline
            kitated
            wrote on last edited by
            #14

            @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
            0
            • SweetPS Online
              SweetPS Online
              SweetP
              wrote on last edited by
              #15

              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

              ~
              Russell
              SweetPProductions.com

              K 1 Reply Last reply
              0
              • SweetPS SweetP

                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 Offline
                K Offline
                kitated
                wrote on last edited by
                #16

                @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
                0
                • SweetPS Online
                  SweetPS Online
                  SweetP
                  wrote on last edited by
                  #17

                  nice one,
                  Ill get an official update sorted out
                  🙂

                  ~
                  Russell
                  SweetPProductions.com

                  K 1 Reply Last reply
                  0
                  • SweetPS SweetP

                    nice one,
                    Ill get an official update sorted out
                    🙂

                    K Offline
                    K Offline
                    kitated
                    wrote on last edited by
                    #18

                    @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?

                    SweetPS 1 Reply Last reply
                    0
                    • K kitated

                      @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?

                      SweetPS Online
                      SweetPS Online
                      SweetP
                      wrote on last edited by
                      #19

                      @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
                      😞

                      ~
                      Russell
                      SweetPProductions.com

                      1 Reply Last reply
                      0
                      • SweetPS Online
                        SweetPS Online
                        SweetP
                        wrote on last edited by SweetP
                        #20

                        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.
                        🙂

                        ~
                        Russell
                        SweetPProductions.com

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags