• Register
    • Login
    • Search
    • Categories
    • Recent

    HSTS Cookies not deleted

    Cookie 6
    1
    1
    150
    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.
    • T
      Tacitus last edited by

      I'm using cookie 6 app store version and notice that HSTS cookies are not being deleted for non-favourites. I have removal set to delete the caches on Safari &/or Cookie quit. The scripts are in place.

      The cache removal script 11/04/19 is:
      usr/bin/killall -KILL nsurlstoraged
      find /private/var/folders ! -name "SafariTechnologyPreview" -name "com.apple.Safari"
      -exec rm -r {} ; 2>/dev/null

      Not sure why there needs to be a separate script but I seem to have aquired a Safari TP cache script 28/03/19 (there's another forSafari TP history):

      /usr/bin/killall -KILL nsurlstoraged
      find /private/var/folders -name "SafariTechnologyPreview" -exec rm -r {} ; 2>/dev/null

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