Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/netscape-flash/files: mms.cfg
Date: Tue, 09 Sep 2008 03:43:15
Message-Id: E1Kcu8F-0004qh-So@stork.gentoo.org
1 lack 08/09/09 03:43:11
2
3 Added: mms.cfg
4 Log:
5 Added magic 'mms.cfg' file for system-wide security configuration. Also, this file allows 'Windowless' mode to be disabled, which makes things much more stable pre-firefox-3.02
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r5 i686)
7
8 Revision Changes Path
9 1.1 net-www/netscape-flash/files/mms.cfg
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/files/mms.cfg?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/netscape-flash/files/mms.cfg?rev=1.1&content-type=text/plain
13
14 Index: mms.cfg
15 ===================================================================
16 #
17 # mmc.cfg: Adobe Flash privacy and security settings
18 #
19 # For more details on the meaning of most of these options, please visit:
20 # http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
21 #
22
23 # Lets you prevent users from designating any files on the local file system as
24 # trusted
25 # 0 = Not Allowed, 1 = Allowed (default)
26 #AllowUserLocalTrust = 1
27
28 # Lets you specify a hard limit on the amount of local storage that Flash Player
29 # uses for the storage of common Flash components
30 # Size in megabytes (default is 20), 0 = Component storage disabled
31 #AssetCacheSize = 20
32
33 # Lets you prevent Flash Player from automatically checkingfor and installing
34 # updated versions
35 # 0 = Not Disabled (default), 1 = Disabled
36 #AutoUpdateDisable = 0
37
38 # Lets you specify how often to check for an updated version of Flash Player
39 # Number of days, 0 = Every startup
40 # There is no default value, which falls back to the user's setting (30 days by
41 # default)
42 #AutoUpdateInterval =
43
44 # Lets you prevent SWF files from accessing webcams or microphones
45 # 0 = Not Disabled (default), 1 = Disabled
46 #AVHardwareDisable = 0
47
48 # Lets you prevent information on installed fonts from being displayed
49 # 0 = Not Disabled (default), 1 = Disabled
50 #DisableDeviceFontEnumeration = 0
51
52 # Lets you prevent networking or file system access if any kind
53 # Set to the executable filename, default is empty
54 #DisableNetworkAndFilesystemInHostApp =
55
56 # Lets you prevent native code applications that are digitally signed and
57 # delivered by Adobe from being downloaded
58 # 0 = Not Disabled (default), 1 = Disabled
59 #DisableProductDownload = 0
60
61 # Lets you enable or disable the use of the Socket.connect() and
62 # XMLSocket.connect() methods
63 # 0 = Not Disabled (default), 1 = Disabled
64 #DisableSockets = 0
65
66 # Lets you create a whitelist of servers to which socket connections are allowed
67 # Set to hostname or IP address. This can be specified multiple times in this
68 # file to allow more than one host, and only takes effect if DisableSockets
69 # (above) is set to 1.
70 #EnableSocketsTo = localhost.localdomain
71 #EnableSocketsTo = 127.0.0.1
72
73 # Lets you prevent the ActionScript FileReference API from performing file
74 # downloads
75 # 0 = Not Disabled (default), 1 = Disabled
76 #FileDownloadDisable = 0
77
78 # Lets you prevent the ActionScript FileReference API from prerforming file
79 # uploads
80 # 0 = Not Disabled (default), 1 = Disabled
81 #FileUploadDisable = 0
82
83 # Lets you disable SWF files playing via a browser plug-in from being displayed
84 # in full-screen mode
85 # 0 = Not Disabled (default), 1 = Disabled
86 #FullScreenDisable = 0
87
88 # Lets you specify whether SWF files produced for Flash Player 6 and earlier can
89 # execute an operation that has been restricted in a newer version of Flash
90 # Player
91 # 0 = Deny, 1 = Allow
92 # There is no default value, which falls back to the user's setting (Defaults to
93 # "Ask"
94 #LegacyDomainMatching =
95
96 # Lets you specify how Flash Player should determine whether to execute certain
97 # local SWF files that were originally produced for Flash Player 7 and earlier
98 # 0 = Deny, 1 = Allow
99 # There is no default value, which falls back to the user's setting
100 #LocalFileLegacyAction =
101
102 # Lets you prevent local SWF files from having read access to files on local
103 # drive
104 # 0 = Not Disabled (default), 1 = Disabled
105 #LocalFileReadDisable = 0
106
107 # Lets you specify a hard limit on the amout of local storage that Flash Player
108 # uses (per domain) for persistent shared objects
109 # 1 = no storage, 2 = 10KB, 3 = 100KB, 4 = 1MB, 5 = 10MB,
110 # 6 = User specified (default)
111 # If the user does not specify a limit, the default is 100KB.
112 #LocalStorageLimit = 6
113
114 # Lets you override GPU validation checks to force hardware acceleration
115 # Warning: This may make your player (more) unstable!
116 # 0 = Check GPU (default), 1 = Skip checks
117 # More details:
118 # http://blogs.adobe.com/penguin.swf/2008/08/secrets_of_the_mmscfg_file_1.html
119 #OverrideGPUValidation = 0
120
121 # Lets you specify whether third-party SWF files can read and write locally
122 # persistent shared objects
123 # 0 = disabled, 1 = enabled
124 # There is no default value, which falls back to the user's setting
125 #ThirdPartyStorage =
126
127 # Lets you disable "Windowless" mode, which is may cause crashes in firefox
128 # version 3.01 and earlier.
129 # 0 = Not Disabled (default), 1 = Disabled
130 # More details:
131 # http://blogs.adobe.com/penguin.swf/2008/08/windowless_mode_fix.html
132 #WindowlessDisable = 0