Kimarite

nVidia FX 5200 - Firefox freezing (CB Waldorf)_02 (mms.cfg)

Dec 19th, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. #
  2. # /etc/adobe/mms.cfg: Adobe Flash privacy and security settings
  3. #
  4. # For more details on the meaning of most of these options, please visit:
  5. # http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html
  6. #
  7. ## Forrás: http://linuxbbq.org/wiki/index.php?title=Flash
  8. # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/files/mms.cfg
  9. # https://wiki.debian.org/FlashPlayer
  10.  
  11. # Lets you prevent users from designating any files on the local file system as
  12. # trusted
  13. # 0 = Not Allowed, 1 = Allowed (default)
  14. AllowUserLocalTrust = 0
  15.  
  16. # Lets you specify a hard limit on the amount of local storage that Flash Player
  17. # uses for the storage of common Flash components
  18. # Size in megabytes (default is 20), 0 = Component storage disabled
  19. AssetCacheSize = 10
  20.  
  21. # Lets you prevent Flash Player from automatically checkingfor and installing
  22. # updated versions
  23. # 0 = Not Disabled (default), 1 = Disabled
  24. AutoUpdateDisable = 1
  25.  
  26. # Lets you specify how often to check for an updated version of Flash Player
  27. # Number of days, 0 = Every startup
  28. # There is no default value, which falls back to the user's setting (30 days by
  29. # default)
  30. #AutoUpdateInterval =
  31.  
  32. # Lets you prevent SWF files from accessing webcams or microphones
  33. # 0 = Not Disabled (default), 1 = Disabled
  34. AVHardwareDisable = 0
  35.  
  36. # Lets you prevent information on installed fonts from being displayed
  37. # 0 = Not Disabled (default), 1 = Disabled
  38. #DisableDeviceFontEnumeration = 0
  39.  
  40. # Lets you prevent networking or file system access if any kind
  41. # Set to the executable filename, default is empty
  42. #DisableNetworkAndFilesystemInHostApp =
  43.  
  44. # Lets you prevent native code applications that are digitally signed and
  45. # delivered by Adobe from being downloaded
  46. # 0 = Not Disabled (default), 1 = Disabled
  47. #DisableProductDownload = 0
  48.  
  49. # Lets you enable or disable the use of the Socket.connect() and
  50. # XMLSocket.connect() methods
  51. # 0 = Not Disabled (default), 1 = Disabled
  52. DisableSockets = 1
  53.  
  54. # Lets you create a whitelist of servers to which socket connections are allowed
  55. # Set to hostname or IP address. This can be specified multiple times in this
  56. # file to allow more than one host, and only takes effect if DisableSockets
  57. # (above) is set to 1.
  58. #EnableSocketsTo = localhost.localdomain
  59. #EnableSocketsTo = 127.0.0.1
  60.  
  61. # Lets you prevent the ActionScript FileReference API from performing file
  62. # downloads
  63. # 0 = Not Disabled (default), 1 = Disabled
  64. FileDownloadDisable = 1
  65.  
  66. # Lets you prevent the ActionScript FileReference API from prerforming file
  67. # uploads
  68. # 0 = Not Disabled (default), 1 = Disabled
  69. FileUploadDisable = 1
  70.  
  71. # Lets you disable SWF files playing via a browser plug-in from being displayed
  72. # in full-screen mode
  73. # 0 = Not Disabled (default), 1 = Disabled
  74. FullScreenDisable = 0
  75.  
  76. # Lets you specify whether SWF files produced for Flash Player 6 and earlier can
  77. # execute an operation that has been restricted in a newer version of Flash
  78. # Player
  79. # 0 = Deny, 1 = Allow
  80. # There is no default value, which falls back to the user's setting (Defaults to
  81. # "Ask"
  82. LegacyDomainMatching = 0
  83.  
  84. # Lets you specify how Flash Player should determine whether to execute certain
  85. # local SWF files that were originally produced for Flash Player 7 and earlier
  86. # 0 = Deny, 1 = Allow
  87. # There is no default value, which falls back to the user's setting
  88. LocalFileLegacyAction = 0
  89.  
  90. # Lets you prevent local SWF files from having read access to files on local
  91. # drive
  92. # 0 = Not Disabled (default), 1 = Disabled
  93. LocalFileReadDisable = 1
  94.  
  95. # Lets you specify a hard limit on the amout of local storage that Flash Player
  96. # uses (per domain) for persistent shared objects
  97. # 1 = no storage, 2 = 10KB, 3 = 100KB, 4 = 1MB, 5 = 10MB,
  98. # 6 = User specified (default)
  99. # If the user does not specify a limit, the default is 100KB.
  100. LocalStorageLimit = 1
  101.  
  102. # Lets you override GPU validation checks to force hardware acceleration
  103. # Warning: This may make your player (more) unstable!
  104. # 0 = Check GPU (default), 1 = Skip checks
  105. # More details:
  106. # http://blogs.adobe.com/penguin.swf/2008/08/secrets_of_the_mmscfg_file_1.html
  107. # „per our GPU team:
  108. # We are no longer supporting OverrideGpuValidation on Linux
  109. # Closing Not a Bug.”
  110. # https://bugbase.adobe.com/index.cfm?event=bug&id=2992148
  111. OverrideGPUValidation = 1
  112. #OverrideGPUValidation=true
  113.  
  114. # Lets you specify whether third-party SWF files can read and write locally
  115. # persistent shared objects
  116. # 0 = disabled, 1 = enabled
  117. # There is no default value, which falls back to the user's setting
  118. ThirdPartyStorage = 1
  119.  
  120. # Lets you disable "Windowless" mode, which may cause crashes in firefox
  121. # version 3.01 and earlier.
  122. # 0 = Not Disabled (default), 1 = Disabled
  123. # More details:
  124. # http://blogs.adobe.com/penguin.swf/2008/08/windowless_mode_fix.html
  125. #WindowlessDisable = 0
  126.  
  127. EnableLinuxHWVideoDecode = 1
  128. LegacyDomainMatching = 0
  129. LocalFileLegacyAction = 0
Add Comment
Please, Sign In to add comment