Skip to content

Commit

Permalink
replace deprecated defaultForNew
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Nov 26, 2024
1 parent 86748d8 commit 4a2d5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions default-templates/new-account/.well-known/.acl
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
a acl:Authorization;
acl:agent <{{webId}}>;
acl:accessTo <./>;
acl:defaultForNew <./>;
acl:default <./>;
acl:mode acl:Read, acl:Write, acl:Control.

# The public has read permissions
<#public>
a acl:Authorization;
acl:agentClass foaf:Agent;
acl:accessTo <./>;
acl:defaultForNew <./>;
acl:default <./>;
acl:mode acl:Read.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
a acl:Authorization;
acl:agent <{{webId}}>;
acl:accessTo <./>;
acl:defaultForNew <./>;
acl:default <./>;
acl:mode acl:Read, acl:Write, acl:Control.

# The public has read permissions
<#public>
a acl:Authorization;
acl:agentClass foaf:Agent;
acl:accessTo <./>;
acl:defaultForNew <./>;
acl:default <./>;
acl:mode acl:Read.

0 comments on commit 4a2d5ba

Please sign in to comment.