From e5986503c3f7aeff54d536396381c8387ecf5ae9 Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Fri, 25 Jul 2014 16:31:02 +0200 Subject: [PATCH] Add missing instruction --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f52332..33121ed 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ Default cookie storage for Safari is `~/Library/Cookies/Cookies.binarycookies` ### Automatically filter cookies In `filter-cookie` directory there is an example script and launchd job that will filter the cookies using a whitelist. -To use this setup copy `cookie.py` in your PATH, rename it `cookie` and make it executable. -The put `filter-script` in `/usr/local/bin` and `rn.hmjoj.filter-cookie` in `~/Library/LaunchAgents` +To use this setup: + * copy `cookie.py` in your PATH, rename it `cookie` and make it executable. + * copy `filter-script` in `/usr/local/bin` and `rn.hmjoj.filter-cookie` in `~/Library/LaunchAgents` + * run `launchctl load ~/Library/LaunchAgents/rn.hmjoj.filter-cookie` Now everytime Safari writes his cookies they will be filtered. @@ -25,3 +27,4 @@ http://www.gnu.org/licenses/gpl.html Parsing is based on [this](http://www.securitylearn.net/2012/10/27/cookies-binarycookies-reader/) SecurityLean's article. Thanks to Satishb3. +