Skip to content

Commit

Permalink
feat(security): secure segments queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Thenkei committed Jun 16, 2021
1 parent f054d2e commit befe3c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/permissions-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class PermissionsChecker {
case 'actions':
return PermissionsChecker._isSmartActionAllowed(permissions.actions, permissionInfos);
case 'browseEnabled':
console.log('browseEnabled CHECKING', JSON.stringify(permissions));
return PermissionsChecker
._isCollectionBrowseAllowed(permissions.collection, permissionInfos);
case 'liveQueries':
Expand Down

0 comments on commit befe3c7

Please sign in to comment.