| Index: content/renderer/renderer.sb
|
| diff --git a/content/renderer/renderer.sb b/content/renderer/renderer.sb
|
| index 602d64e18281d53c805a20aa5cef1aa444b2f921..c6fca34ad41763e2332d09c0ac69226eb7812fca 100644
|
| --- a/content/renderer/renderer.sb
|
| +++ b/content/renderer/renderer.sb
|
| @@ -33,18 +33,6 @@
|
|
|
| (allow file-read-metadata (regex #"^/(private/)?etc$"))
|
|
|
| -; https://crbug.com/508935
|
| -; TODO(tkent): Remove this section when we drop 'results' attribute support.
|
| -; https://crbug.com/590117
|
| -(if (param-true? elcap-or-later)
|
| - (allow file-read*
|
| - (literal "/usr/lib/libcrypto.0.9.8.dylib")
|
| - (literal "/usr/lib/libcsfde.dylib")
|
| - (literal "/usr/lib/libcurl.4.dylib")
|
| - (literal "/usr/lib/libCoreStorage.dylib")
|
| - (literal "/usr/lib/libsasl2.2.dylib")
|
| - (literal "/usr/lib/libutil.dylib")))
|
| -
|
| ; https://crbug.com/605840
|
| ; file-read-metadata /System/Library/LinguisticData/en/US/hyphenation.dat
|
| ; for CFStringIsHyphenationAvailableForLocale and CFStringGetHyphenationLocationBeforeIndex
|
|
|