Explorar el Código

Replace all cross-domain cookies with empty

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

@@ -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": ""
}]
}


Cargando…
Cancelar
Guardar