This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
Try to add initial header replacement for cross-domain cookies
pull/58/head
Kristijan Mitrovic
4 years ago
parent
5d29e31b32
commit
6f090a4043
1 changed files
with
6 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save