mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Backed out changeset ee3e55708782 (bug 1570840) for breaking Netflix and Flash on Mac Nightly. a=backout
This commit is contained in:
parent
3a61fb322f
commit
058a6017fc
@ -23,11 +23,12 @@
|
||||
<!-- Code paged in from disk should match the signature at page-in time -->
|
||||
<key>com.apple.security.cs.disable-executable-page-protection</key><false/>
|
||||
|
||||
<!-- Do not allow loading unsigned libraries -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key><false/>
|
||||
<!-- Allow loading third party libraries. Needed for Flash and CDMs -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key><true/>
|
||||
|
||||
<!-- Allow dyld environment variables. Needed because Firefox uses
|
||||
dyld variables to load libaries from within the .app bundle. -->
|
||||
dyld variables (such as @executable_path) to load libaries from
|
||||
within the .app bundle. -->
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
|
||||
|
||||
<!-- Allow debuggers to attach to running executables -->
|
||||
|
@ -20,11 +20,12 @@
|
||||
<!-- Code paged in from disk should match the signature at page in-time -->
|
||||
<key>com.apple.security.cs.disable-executable-page-protection</key><false/>
|
||||
|
||||
<!-- Do not allow loading unsigned libraries -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key><false/>
|
||||
<!-- Allow loading third party libraries. Needed for Flash and CDMs -->
|
||||
<key>com.apple.security.cs.disable-library-validation</key><true/>
|
||||
|
||||
<!-- Allow dyld environment variables. Needed because Firefox uses
|
||||
dyld variables to load libaries from within the .app bundle. -->
|
||||
dyld variables (such as @executable_path) to load libaries from
|
||||
within the .app bundle. -->
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key><true/>
|
||||
|
||||
<!-- Don't allow debugging of the executable. Debuggers will be prevented
|
||||
|
Loading…
x
Reference in New Issue
Block a user