Skip to content

Commit

Permalink
fix: 🐛 Fixes more sabotage from sthlm stad
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Sep 9, 2021
1 parent 27998f7 commit ab62ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ab62ab6

Please sign in to comment.