mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
NetworkProviderFactory: update user agent
This commit is contained in:
parent
2402abad0d
commit
d1c9c5d06c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ import java.util.Map;
|
|||
public final class NetworkProviderFactory {
|
||||
private static Map<NetworkId, NetworkProvider> providerCache = new HashMap<>();
|
||||
|
||||
private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36";
|
||||
private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54";
|
||||
private static final String NAVITIA_AUTHORIZATION = "577e5781-23ee-4ff0-a5b3-92e5b04887e5"; // oeffi@schildbach.de
|
||||
|
||||
public static synchronized NetworkProvider provider(final NetworkId networkId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue