]> Raphaël G. Git Repositories - packbundle/commitdiff
Use bundle alias and version as user agent 0.2.5
authorRaphaël Gertz <git@rapsys.eu>
Mon, 31 Jul 2023 23:31:07 +0000 (01:31 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 31 Jul 2023 23:31:07 +0000 (01:31 +0200)
DependencyInjection/Configuration.php

index 0dfa79dcfe7786278d078533509212e52abb35f9..2e57ae864af747a11ac4e51e70377341532c86e4 100644 (file)
@@ -42,7 +42,7 @@ class Configuration implements ConfigurationInterface {
                                'name' => 'asset_url',
                                'scheme' => 'https://',
                                'timeout' => (int)ini_get('default_socket_timeout'),
-                               'agent' => (string)ini_get('user_agent')?:'rapsys_pack/0.2.4',
+                               'agent' => $alias.'/'.($version = RapsysPackBundle::getVersion()),
                                'redirect' => 5
                        ],
                        #TODO: migrate to public.path, public.url and router->generateUrl ?