Add file under gui/pythonmod to .gitignore
[gnash.git] / testsuite / libbase.all / gnashrc.in
blobb15016752e248fa0da8d2652d1e0255460e51e40
1 # Display a splash screen when starting
2 set splashScreen on
4 # Only access remote content from our local domain
5 set localdomain on
7 # Only access content from our local host
8 set localhost on
10 # These sites are OK
11 set whitelist www.doonesbury.com www.cnn.com www.9news.com
13 # The delay between timer interupts
14 set delay 50
16 # The default verbosity level
17 set verbosity 1
19 # Print debug info about the ActionScript classes as they are processed
20 set actionDump off
22 # Print debug info about how Gnash is parsing the file
23 set parserDump off
25 # The full path to the debug log
26 set debuglog /tmp/gnash-dbg.log
28 # Version string to pass to ActionScript
29 set flashVersionString GSH 9,0,99,0
31 # Enable the debugger
32 set debugger off
34 # Write a debug log to disk
35 set writelog on
37 # Don't use sound (actually this is a test for case-insensitiveness)
38 set Sound off
40 # Don't use plugin sound (actually this is a test for case-insensitiveness)
41 set pluginSoUND off
43 # Enable extensions
44 set enableExtensions on
46 # Start the gui in STOP mode
47 set startStopped on
49 # Allow unverified SSL connections
50 set insecureSSL on
52 # Timeout in seconds for stream download
53 # The download will timeout after the given seconds
54 # of inactivity. Every activity resets the timer
56 set streamsTimeout 1.5
58 # Don't access content from these sites
59 # A blacklist or whitelist should be the last line in the file,
60 # since these are the only values that can cause problems due to
61 # the parser looping too many times.
62 set blacklist www.doubleclick.com www.ebay.com
64 # Allow access to the /tmp/p1 directory
65 set localSandboxPath /tmp/p1
67 # Use the following command format to open urls
68 set urlOpenerFormat lynx %u
70 # Set SOLSafeDir to /tmp/SharedObjects
71 set SOLSafeDir /tmp/SharedObjects
73 # Set read-only SharedObjects
74 set SOLReadOnly true
76 # Don't use XVideo
77 set XVideo false
79 # Lock-set quality to low
80 set quality 0
82 # Set default webcam to the videotestsrc
83 set webcamDevice 0
85 # These settings are for security of Local connections.
86 # Disable using LocalConnection
87 set LocalConnection on
89 # This is the shared memory key for your system
90 set LCShmKey 3711621821
93 # SSL settings. These are the default values currently used.
96 # Set the default CA file name
97 set RootCert testrootcert.pem
100 # Set the default client certificate currently used,
101 set CertFile testclient.pem
103 # Set the default directory used for certificates
104 set CertDir /test/etc/pki/tls/
106 # Stage.showMenu ignore behavior
107 set ignoreShowMenu false
109 # Use default renderer (there's a space at the end, don't drop it)
110 set Renderer 
112 # Use default media handler (there's a space at the end, don't drop it)
113 set MediaHandler