Skip to content

Commit e7a85d4

Browse files
RubenVerborghrubensworks
authored andcommitted
Make entire profile folder public read.
Fixes #734.
1 parent 4a21521 commit e7a85d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/integration/account-creation-oidc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('AccountManager (OIDC account creation tests)', function () {
131131
var card = read(path.join('accounts/nicola.' + domain,
132132
'profile/card$.ttl'))
133133
var cardAcl = read(path.join('accounts/nicola.' + domain,
134-
'profile/card.acl'))
134+
'profile/.acl'))
135135
var prefs = read(path.join('accounts/nicola.' + domain,
136136
'settings/prefs.ttl'))
137137
var inboxAcl = read(path.join('accounts/nicola.' + domain,

0 commit comments

Comments
 (0)