Drop “macOS” from user-agent. The idea is to keep it as simple as possible so that it’s harder for sites to do fingerprinting.

This commit is contained in:
Brent Simmons 2019-02-03 12:11:47 -08:00
parent c37a781908
commit 06d1acf05d
1 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,6 @@
<key>SUFeedURL</key>
<string>https://ranchero.com/downloads/netnewswire-beta.xml</string>
<key>UserAgent</key>
<string>NetNewsWire (macOS; RSS Reader; https://ranchero.com/netnewswire/)</string>
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
</dict>
</plist>