Matthew Radcliffe
Matthew Radcliffe
- [ ] confirm image is added or add it to bundled images with license info - [ ] adapt nightwatch/phpunit commands - [ ] add yaml config (works as-is)...
I wasn't sure if we wanted to make it the default or not. Is there any risks for performance?
Unrelated to Rodent, but related to Blockbot bot detection, I had a Friendica instance make 6 authorized/signed requests for my followers on my blog, its own AP implementation. Since this...
Drupal's standard is to use Guzzle like (ref: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Core/Http/ClientFactory.php?ref_type=heads#L53), 'User-Agent' => 'Drupal/' . \Drupal::VERSION . ' (+https://www.drupal.org/) ' . Utils::defaultUserAgent(), And that becomes the pattern: `Drupal\/\d+\.\d+(\.\d+)?(-dev)? \(+https:\/\/www\.drupal\.org\/\) GuzzleHttp\/\d+` Or as...