This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
bubblev
/
bubble
Прати
9
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
130
Вики
Activity
Преглед изворни кода
Try to add initial header replacement for cross-domain cookies
pull/58/head
Kristijan Mitrovic
пре 4 година
родитељ
5d29e31b32
комит
6f090a4043
1 измењених фајлова
са
6 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
Write
Preview
Loading…
Откажи
Сачувај