about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 7a5e18c3..4a6e2e41 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -1865,3 +1865,21 @@ MINIMAL_COMMENTS:TRUE
 #
 # EXTERNAL:ftp:wget %s &:TRUE
 
+# CERN-style rules, *EXPERIMENTAL*  -  URL-specific rules
+#
+# A CERN-style rules file can be given with RULESFILE.  Use the system's
+# native format for filenames, on Unix '~' is also recognized.  If a filename
+# is given, the file must exist.
+#
+# Single CERN-style rules can be specified with RULES.
+#
+# Both options can be repeated, rules accumulate in the order
+# given, they will be applied in first-to-last order.
+#
+# Examples:
+#	RULESFILE:/etc/lynx/cernrules
+#	RULE:Fail	file://localhost/etc/passwd* # Don't rely on it!
+#	RULE:Fail	gopher:*		     # reject by scheme
+#	RULE:Pass	finger://*@localhost/	     # allow this,
+#	RULE:Fail	finger:*		     # but not others
+#	RULE:Map	http://old.server/*	http://new.server/*