Skip to content

Commit c54f776

Browse files
committed
fix: use specific set for non-global regions
1 parent a91093b commit c54f776

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

assets/rulesTemplate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@
2929
{
3030
"name": "queryStringParameter",
3131
"options": {
32-
"matchOperator": "IS_NOT_ONE_OF",
32+
"matchOperator": "IS_ONE_OF",
3333
"matchWildcardName": false,
3434
"matchCaseSensitiveName": true,
3535
"matchWildcardValue": false,
3636
"matchCaseSensitiveValue": true,
3737
"escapeValue": false,
3838
"parameterName": "region",
3939
"values": [
40-
"us"
40+
"eu",
41+
"ap"
4142
]
4243
}
4344
}

0 commit comments

Comments
 (0)