Compositor icon indicating copy to clipboard operation
Compositor copied to clipboard

Enable App Transport Security restrictions

Open ktraunmueller opened this issue 2 years ago • 0 comments

Remove this from the Info.plist:

	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>

The reason for this is the package downloader's CTAN URL is http: http://mirror.ctan.org

ktraunmueller avatar Nov 06 '22 12:11 ktraunmueller