Преглед на файлове

Try to add initial header replacement for cross-domain cookies

pull/58/head
Kristijan Mitrovic преди 4 години
родител
ревизия
6f090a4043
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. +6
    -1
      bubble-server/src/main/resources/models/apps/request/bubbleApp_request.json

+ 6
- 1
bubble-server/src/main/resources/models/apps/request/bubbleApp_request.json Целия файл

@@ -41,7 +41,12 @@
"template": true,
"driver": "RequestProtectorRuleDriver",
"priority": -1000,
"config": { "headerReplacements": [] }
"config": {
"headerReplacements": [{
"regex": "^(?i:Set-Cookie):(.*;)?\\s*(?i:Domain)=([\\*\\.].*|.*\\.)\\s*(;.*|$)",
"replacement": ""
}]
}
}],
"AppMessage": [{
"locale": "en_US",


Зареждане…
Отказ
Запис