This website works better with JavaScript.
首頁
探索
說明
登入
bubblev
/
bubble
關註
9
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
130
Wiki
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…
取消
儲存