mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
ops(cloudflare): drop unsupported url_encode from redirect target
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"from_value": {
|
||||
"status_code": 302,
|
||||
"target_url": {
|
||||
"expression": "concat(\"https://civitai.com/support?sync-account=red&sync-redirect=\", url_encode(http.request.uri.path))"
|
||||
"expression": "concat(\"https://civitai.com/support?sync-account=red&sync-redirect=\", http.request.uri.path)"
|
||||
},
|
||||
"preserve_query_string": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user