Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
bubblev
/
bubble
Seguir
9
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
130
Wiki
Actividad
Explorar el Código
Try to add initial header replacement for cross-domain cookies
pull/58/head
Kristijan Mitrovic
hace 4 años
padre
5d29e31b32
commit
6f090a4043
Se han
modificado 1 ficheros
con
6 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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",
Escribir
Vista previa
Cargando…
Cancelar
Guardar