From ab62ab6d356309c284a192cd63939cbc3b76ecf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sarstr=C3=B6m?= Date: Thu, 9 Sep 2021 11:19:59 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixes=20more=20sabotage?= =?UTF-8?q?=20from=20sthlm=20stad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 3 ++- lib/api.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 0a5ba0e1..147e91ee 100644 --- a/config.json +++ b/config.json @@ -13,7 +13,8 @@ "sec-fetch-site": "same-site", "x-xsrf-token": "SfONpuvKXD1XHML3Kelvm3easB6Xn3xtbVPG52jdpc3Q7sRxJv7_6wfjo1qS3NOQWkfCvfPkJpJg0QIBmo358o7FdQY2aWvUOxA9MU2Fl0E1", "y-xsrf-token11": "FyXUbtZUE2iT09J7FOLTpfZ_onjbj3WEIO6jOY9B1KaZzMrAs4WS03AuWbQhmKyCEX2inTPVDzyPc58tN2EM4L1vYD6aH_zhlc7gVo9jaPdLKQc4qnE6ue184cSamKE0", - "topology-key": "make talk identify inside rubber title fold physical clump member pond divide hood churn put brief swap ride paddle solve enjoy home sound basket|" + "topology-key": "mettle ohmmeter alible camper stultify sap sunbeam pussy tithable colorant scleroma trireme niggard heather wacke abide rustic armature selfheal gyrus|", + "topology-short-key": "nancyzymosiszygosis" }, "referrer": "https://etjanst.stockholm.se/", "referrerPolicy": "strict-origin-when-cross-origin", diff --git a/lib/api.ts b/lib/api.ts index 7aaf05c8..0c89ba17 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -315,7 +315,7 @@ export class Api extends EventEmitter { let topo = `${this.getHeader('topology-key')}${currentTime}` - const secretNumberString = 'hijklmnopqrstuvwxyz' + const secretNumberString = this.getHeader('topology-short-key') const numberOfBase64Iterations = 9 for (let i = 0; i < numberOfBase64Iterations; i += 1) {