diff --git a/p/vbb/base.json b/p/vbb/base.json index f78c57e3..2edca3f0 100644 --- a/p/vbb/base.json +++ b/p/vbb/base.json @@ -1,16 +1,15 @@ { "auth": { "type": "AID", - "aid": "hafas-vbb-apps" + "aid": "hafas-vbb-webapp" }, "client": { - "type": "IPA", + "type": "WEB", "id": "VBB", - "v": "4010300", - "name": "vbbPROD" + "name": "VBB WebApp", + "l": "vs_webapp_vbb" }, "endpoint": "https://fahrinfo.vbb.de/bin/mgate.exe", - "ext": "VBB.1", "ver": "1.45", "defaultLanguage": "de" } diff --git a/p/vbb/index.js b/p/vbb/index.js index f13326c4..bacf8a3b 100644 --- a/p/vbb/index.js +++ b/p/vbb/index.js @@ -93,10 +93,6 @@ const vbbProfile = { ...baseProfile, locale: 'de-DE', timezone: 'Europe/Berlin', - // https://gist.github.com/derhuerst/a8d94a433358abc015ff77df4481070c#file-haf_config_base-properties-L39 - // https://runkit.com/derhuerst/hafas-decrypt-encrypted-mac-salt - salt: Buffer.from('RCTJM2fFxFfxxQfI', 'utf8'), - addMicMac: true, products: products,