-
Notifications
You must be signed in to change notification settings - Fork 14
AAM removes slashes in JSON access policy #472
Copy link
Copy link
Closed
Description
The following policy becomes invalid upon second save because AAM removes properly escaped slashes:
{
"Statement": [
{
"Effect": "deny",
"Resource": "PostType:post:posts",
"Action": "Edit",
"Condition": {
"Equals": {
"(*int)${CALLBACK.AAM\\AddOn\\Boilerplate\\Backend\\Manager::test}": 1
}
}
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Ready For Release