We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3b40e commit dc4bbd8Copy full SHA for dc4bbd8
src/acl-check.js
@@ -53,7 +53,6 @@ function checkAccess (kb, doc, directory, aclDoc, agent, modesRequired, origin,
53
}
54
55
function modesAllowed (kb, doc, directory, aclDoc, agent, origin, trustedOrigins) {
56
- log(`modesAllowed: checking access to ${doc} by ${agent} and origin ${origin}`)
57
var auths
58
if (!directory) { // Normal case, ACL for a file
59
auths = kb.each(null, ACL('accessTo'), doc, aclDoc)
0 commit comments