MOBILE-3713 config: Allow enabling cross-site cookies in iOS 14
parent
514bc2bcdd
commit
589f0949ea
|
@ -269,6 +269,9 @@
|
||||||
<config-file parent="UIRequiresFullScreen" target="*-Info.plist">
|
<config-file parent="UIRequiresFullScreen" target="*-Info.plist">
|
||||||
<false />
|
<false />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
<config-file parent="NSCrossWebsiteTrackingUsageDescription" target="*-Info.plist">
|
||||||
|
<string>This app needs third party cookies to correctly render embedded content from the Moodle site.</string>
|
||||||
|
</config-file>
|
||||||
<config-file parent="CFBundleDocumentTypes" target="*-Info.plist">
|
<config-file parent="CFBundleDocumentTypes" target="*-Info.plist">
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
Loading…
Reference in New Issue