File tree 2 files changed +4
-4
lines changed
default-templates/new-account/.well-known
test/resources/acl-tls/config/templates/new-account/.well-known
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
a acl:Authorization;
8
8
acl:agent <{{webId}}>;
9
9
acl:accessTo <./>;
10
- acl:defaultForNew <./>;
10
+ acl:default <./>;
11
11
acl:mode acl:Read, acl:Write, acl:Control.
12
12
13
13
# The public has read permissions
14
14
<#public>
15
15
a acl:Authorization;
16
16
acl:agentClass foaf:Agent;
17
17
acl:accessTo <./>;
18
- acl:defaultForNew <./>;
18
+ acl:default <./>;
19
19
acl:mode acl:Read.
Original file line number Diff line number Diff line change 7
7
a acl:Authorization;
8
8
acl:agent <{{webId}}>;
9
9
acl:accessTo <./>;
10
- acl:defaultForNew <./>;
10
+ acl:default <./>;
11
11
acl:mode acl:Read, acl:Write, acl:Control.
12
12
13
13
# The public has read permissions
14
14
<#public>
15
15
a acl:Authorization;
16
16
acl:agentClass foaf:Agent;
17
17
acl:accessTo <./>;
18
- acl:defaultForNew <./>;
18
+ acl:default <./>;
19
19
acl:mode acl:Read.
You can’t perform that action at this time.
0 commit comments