Closed hanoj-budime closed 1 year ago
Issue #, if available: &&
&&
permit (principal, action, resource) when { context.url.host == "example.com" && // Won't match "EXAMPLE.COM" context.url.path == "/path/to/page" // Won't match "///path/to/page" };
Description of changes: &&
&&
permit (principal, action, resource) when { context.url.host == "example.com" && // Won't match "EXAMPLE.COM" context.url.path == "/path/to/page" // Won't match "///path/to/page" };
Issue #, if available:
&&
Description of changes:
&&