Преглед изворни кода

Replace all cross-domain cookies with empty

pull/58/head
Kristijan Mitrovic пре 4 година
родитељ
комит
6568914f17
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bubble-server/src/main/resources/models/apps/request/bubbleApp_request.json

+ 1
- 1
bubble-server/src/main/resources/models/apps/request/bubbleApp_request.json Прегледај датотеку

@@ -43,7 +43,7 @@
"priority": -1000,
"config": {
"headerReplacements": [{
"regex": "^(?i:Set-Cookie):(.*;)?\\s*(?i:Domain)=([\\*\\.].*|.*\\.)\\s*(;.*|$)",
"regex": "^(?i:Set-Cookie):(.*;)?\\s*(?i:Domain)=(((([\\*\\.].*)|(.*\\.))\\s*(;.*)?)|((?!([^;,]*\\.)?{{fqdn}}\\s*(;|$)).*))$",
"replacement": ""
}]
}


Loading…
Откажи
Сачувај