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 e304d6f commit 515a9ddCopy full SHA for 515a9dd
default-templates/server/favicon.ico
4.19 KB
default-templates/server/favicon.ico.acl
@@ -0,0 +1,15 @@
1
+# ACL for the default favicon.ico resource
2
+# Server operators will be able to override it as they wish
3
+# Public-readable
4
+
5
+@prefix acl: <http://www.w3.org/ns/auth/acl#>.
6
+@prefix foaf: <http://xmlns.com/foaf/0.1/>.
7
8
+<#public>
9
+ a acl:Authorization;
10
11
+ acl:agentClass foaf:Agent; # everyone
12
13
+ acl:accessTo </favicon.ico>;
14
15
+ acl:mode acl:Read.
0 commit comments