Backed out changeset ee3e55708782 (bug 1570840) for breaking Netflix and Flash on Mac Nightly. a=backout

This commit is contained in:
Csoregi Natalia 2019-08-15 22:00:21 +03:00
parent 3a61fb322f
commit 058a6017fc
2 changed files with 8 additions and 6 deletions

View File

@ -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 -->

View File

@ -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