Skip to content

Commit

Permalink
[UXE-6067] fix: adjust placeholder to correct format in edge app rule…
Browse files Browse the repository at this point in the history
…s engine (#2090)
  • Loading branch information
lucasmendes21 authored Jan 24, 2025
1 parent d000b6f commit 41b2ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
const placeholderBehaviors = (behavior) => {
const placeholders = {
add_request_cookie: 'cookie-name=value',
add_request_header: 'header-name=value',
add_request_header: 'header-name: value',
filter_request_cookie: 'cookie-name or cookie-name=cookie-value',
filter_request_header: 'header-name',
redirect_to_301: 'location',
Expand Down

0 comments on commit 41b2ab5

Please sign in to comment.