mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Merge #3691
3691: Ensure mobileconfig has the right content-type r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Ensure Apple mobileconfig is served using the right Content-Type ### Related issue(s) - #3684 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
This commit is contained in:
commit
af017047c4
@ -180,4 +180,4 @@ def autoconfig_apple():
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>\r\n'''
|
||||
return flask.Response(xml, mimetype='text/xml', status=200)
|
||||
return flask.Response(xml, content_type='application/x-apple-aspen-config', status=200)
|
||||
|
1
towncrier/newsfragments/3690.bugfix
Normal file
1
towncrier/newsfragments/3690.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Ensure the apple mobileconfig is served with the appropriate content-type
|
Loading…
x
Reference in New Issue
Block a user