Changed cookie example for Jon's new stuff.
authorhal9 <hal9@users.sourceforge.net>
Sun, 2 Dec 2001 00:15:54 +0000 (00:15 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sun, 2 Dec 2001 00:15:54 +0000 (00:15 +0000)
junkbuster.1

index 54e1c19..b87af1c 100644 (file)
@@ -95,7 +95,9 @@ A brief example of what an \fIijb.action\fP configuration might look like:
 \r
 # Define a few useful custom aliases for later use\r
 {{alias}}\r
+# Don't accept cookies\r
 +no-cookies = +no-cookies-set +no-cookies-read\r
+# Do accept cookies\r
 -no-cookies = -no-cookies-set -no-cookies-read\r
 +imageblock = +block +image\r
 \r
@@ -123,15 +125,15 @@ A brief example of what an \fIijb.action\fP configuration might look like:
 \r
 # Now set exceptions to the above defined policies #######\r
 \r
-# Sites that DO need cookies\r
-{-no-cookies}\r
+# Sites that DO need persistant cookies\r
+{-no-cookies -no-cookies-keep}\r
  .redhat.com\r
  .sun.com\r
  .yahoo.com\r
  .msdn.microsoft.com\r
 \r
 # This site requires cookies AND 'fast-redirects' on\r
-{-no-cookies -fast-redirects}\r
+{-no-cookies -no-cookies-keep -fast-redirects}\r
  .nytimes.com\r
 \r
 # Add custom headers, and turn off filtering of page source\r