Skip to content

Commit 34b03fd

Browse files
committed
Pass the originsAllowed through the handler
1 parent a337fdb commit 34b03fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/allow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function allow (mode) {
4848
},
4949
suffix: ldp.suffixAcl,
5050
strictOrigin: ldp.strictOrigin,
51-
originsAllowed: ldp.originsAllowed
51+
originsAllowed: ldp.originsAllowed
5252
})
5353

5454
// Ensure the user has the required permission

0 commit comments

Comments
 (0)