Title: [171974] branches/safari-600.1.4-branch/Source/WebKit2
Revision
171974
Author
[email protected]
Date
2014-08-03 00:28:45 -0700 (Sun, 03 Aug 2014)

Log Message

Merged r171887. <rdar://problem/17864139>

Modified Paths

Diff

Modified: branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog (171973 => 171974)


--- branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog	2014-08-03 00:03:18 UTC (rev 171973)
+++ branches/safari-600.1.4-branch/Source/WebKit2/ChangeLog	2014-08-03 07:28:45 UTC (rev 171974)
@@ -1,3 +1,19 @@
+2014-08-03  Babak Shafiei  <[email protected]>
+
+        Merge r171887.
+
+    2014-07-31  Oliver Hunt  <[email protected]>
+
+            Various SSO services need the networking process to be able to spoof its bundle id
+            https://bugs.webkit.org/show_bug.cgi?id=135468
+            <rdar://problem/17864139>
+
+            Reviewed by Alexey Proskuryakov.
+
+            Just add the entitlement required to allow the sandbox to let this happen.
+
+            * Configurations/Network-iOS.entitlements:
+
 2014-07-31  Matthew Hanson  <[email protected]>
 
         Merge r171829. <rdar://problem/17824833>

Modified: branches/safari-600.1.4-branch/Source/WebKit2/Configurations/Network-iOS.entitlements (171973 => 171974)


--- branches/safari-600.1.4-branch/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-08-03 00:03:18 UTC (rev 171973)
+++ branches/safari-600.1.4-branch/Source/WebKit2/Configurations/Network-iOS.entitlements	2014-08-03 07:28:45 UTC (rev 171974)
@@ -2,6 +2,8 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>com.apple.private.accounts.bundleidspoofing</key>
+	<true/>
 	<key>seatbelt-profiles</key>
 	<array>
 		<string>com.apple.WebKit.Networking</string>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to