From 20e9db9a6c776639062db57390632b82f3ee0df8 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Mon, 28 May 2001 17:21:44 +0000 Subject: [PATCH] Correcting misleading comments --- permissionsfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/permissionsfile b/permissionsfile index d49f2c17..f357c4d3 100755 --- a/permissionsfile +++ b/permissionsfile @@ -33,15 +33,16 @@ # before the "/". # # Flags are: -# > Allow cookies to be read by the website, but not set. -# < Allow cookies to be set by the website, but not read. +# +# (no flags) Allow cookies and popups, don't re_filter. (compatibility mode) +# > Do not allow cookies to be set by the website. +# < Do not allow cookies to be read by the website. # <> Block all cookies. # % Enable re_filterfile processing for this site # ^ Block popups from this site. # ~ Same as all of <>%^ -# (no flags) Allow cookies and popups, don't re_filter. # -# Multiple flags (up to 4) may be specified. +# Multiple flags may be specified. # # If a web page's URL matches the specified pattern, then the # flags specified for that site are used. If it matches more -- 2.39.2