https://bugs.webkit.org/show_bug.cgi?id=190019
<rdar://problem/
43621111>
Reviewed by Chris Fleizach.
Revise the sandbox to allow access to relevant WebSpeech features.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236571
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-09-27 Brent Fulgham <bfulgham@apple.com>
+
+ [iOS] Allow access to VoiceServices features needed for accessibility
+ https://bugs.webkit.org/show_bug.cgi?id=190019
+ <rdar://problem/43621111>
+
+ Reviewed by Chris Fleizach.
+
+ Revise the sandbox to allow access to relevant WebSpeech features.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2018-09-27 Sihui Liu <sihui_liu@apple.com>
Fix IOSMAC build
;; <rdar://problem/12030530> AX: Sandbox violation with changing Language while VO is on
;; and <rdar://problem/13071747>
(mobile-preferences-read
- "com.apple.SpeakSelection") ; Needed for WebSpeech
+ "com.apple.SpeakSelection" ; Needed for WebSpeech
+ "com.apple.VoiceOverTouch" ; Needed for non-US english language synthesis
+ "com.apple.voiceservices") ; Ditto
(allow mach-lookup
(global-name "com.apple.audio.AudioComponentPrefs")