Merge pull request #4466 from faisal/re_advertise_url_scheme_handling

Add http and https to the list of CFBundleURLSchemes.
This commit is contained in:
Brent Simmons
2025-01-04 10:26:06 -08:00
committed by GitHub

View File

@@ -37,6 +37,8 @@
<string>feed</string>
<string>feeds</string>
<string>x-netnewswire-feed</string>
<string>http</string>
<string>https</string>
</array>
</dict>
</array>