Bläddra i källkod

Replace all cross-domain cookies with empty

pull/58/head
Kristijan Mitrovic 4 år sedan
förälder
incheckning
6568914f17
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 Visa fil

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


Laddar…
Avbryt
Spara