Explorar el Código

Try to add initial header replacement for cross-domain cookies

pull/58/head
Kristijan Mitrovic hace 4 años
padre
commit
6f090a4043
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  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 Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar