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
Replace all cross-domain cookies with empty
pull/58/head
Kristijan Mitrovic
4 years ago
parent
97808d0333
commit
6568914f17
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -43,7 +43,7 @@
"priority": -1000,
"priority": -1000,
"config": {
"config": {
"headerReplacements": [{
"headerReplacements": [{
"regex": "^(?i:Set-Cookie):(.*;)?\\s*(?i:Domain)=([\\*\\.].*|.*\\.)\\s*(;.*|$)",
"regex": "^(?i:Set-Cookie):(.*;)?\\s*(?i:Domain)=(
(((
[\\*\\.].*
)
|
(
.*\\.
)
)\\s*(;.*
)?)|((?!([^;,]*\\.)?{{fqdn}}\\s*(;
|$)
).*))$
",
"replacement": ""
"replacement": ""
}]
}]
}
}
Write
Preview
Loading…
Cancel
Save