CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/09/03 08:46:24

Modified files:
        .              : ChangeLog 
        doc/C/usermanual/usage: gnashrc.xml 

Log message:
        Warn in docs about including protocols in black- and whitelists.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4194&r2=1.4195
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage/gnashrc.xml?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.4194
retrieving revision 1.4195
diff -u -b -r1.4194 -r1.4195
--- ChangeLog   3 Sep 2007 07:42:58 -0000       1.4194
+++ ChangeLog   3 Sep 2007 08:46:23 -0000       1.4195
@@ -1,3 +1,8 @@
+2007-09-03 Benjamin Wolsey <[EMAIL PROTECTED]>
+
+       * doc/C/usermanual/usage/gnashrc.xml: Warn in docs about including
+         protocols in black- and whitelists.
+
 2007-09-03 Sandro Santilli <[EMAIL PROTECTED]>
 
        * server/character.h: Add depthInRemovedZone() methods.

Index: doc/C/usermanual/usage/gnashrc.xml
===================================================================
RCS file: /cvsroot/gnash/gnash/doc/C/usermanual/usage/gnashrc.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc/C/usermanual/usage/gnashrc.xml  23 Aug 2007 09:37:22 -0000      1.9
+++ doc/C/usermanual/usage/gnashrc.xml  3 Sep 2007 08:46:24 -0000       1.10
@@ -54,12 +54,16 @@
 <row>
 <entry>whitelist</entry>
 <entry>hostnames</entry>
-<entry>This is a list of hostnames, separated by spaces. If this list is 
populated, &app; will only load external Flash movies from the specified hosts. 
 The whitelist takes precedence over the blacklist.</entry>
+<entry>This is a list of hostnames, separated by spaces. The hostname must be 
given
+            without a protocol (http://, https://). If this list is populated,
+           &app; will only load external Flash movies from the specified 
hosts.  The
+           whitelist takes precedence over the blacklist.</entry>
 </row>
 <row>
 <entry>blacklist</entry>
 <entry>hostnames</entry>
-<entry>This is a list of hostnames, separated by spaces.
+<entry>This is a list of hostnames, separated by spaces. The hostname must be 
given
+            without a protocol (http://, https://).
            External flash movies from these
             domains are never allowed to load. If whitelist is present
            and not empty, blacklist is not used.</entry>


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to