Normalize User Agent across application #89
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#89
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See https://github.com/friendica/friendica/issues/11607
We use two different HTTP clients in the Directory, vanilla Curl and WebRequest, and each have their own User-Agent setting. The WebRequest User-Agent has been flagged in malware database.
The plan is to replace both systems with a Guzzle client that can be instantiated once with a custom User-Agent using the software version and used all across the application.