Skip to content

Commit ac40795

Browse files
committed
Fixed mistake where I renamed the wrong file
1 parent b244a62 commit ac40795

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# The content of this file was taken and modified from: https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.ams/src/conf.dispatcher.d/filters/ams_publish_filters.any
2+
3+
/0001 { /type "deny" /url "*" /url "*" }
4+
5+
/0010 { /type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html)' /path "/content/*" }
6+
7+
/0011 { /type "allow" /extension "json" /selectors "model" /path "/content/*" /extension "json" }
8+
9+
/0012 { /type "allow" /method "GET" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|png|svg|swf|ttf|woff|woff2)' /path "/etc/clientlibs/*" }
10+
11+
/0013 { /type "allow" /type "allow" /method "GET" /url "/etc.clientlibs/*" }
12+
13+
/0014 { /type "allow" /method "GET" /url '/libs/granite/csrf/token.json' /extension 'json' }
14+
15+
/0015 { /type "allow" /method "POST" /url "/content/[.]*.form.html" }
16+
17+
/0016 { /type "allow" /method "GET" /path "/libs/cq/personalization" }
18+
19+
/0017 { /type "allow" /method "POST" /path "/content/[.]*.commerce.cart.json" }
20+
21+
/0100 { /type "deny" /selectors '(feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content)' /extension '(json|xml|html|feed)' }
22+
23+
/0101 { /type "deny" /method "GET" /query "debug=*" }
24+
25+
/0102 { /type "deny" /method "GET" /query "wcmmode=*" }
26+
27+
/0103 { /type "deny" /path "/content/ams/healthcheck/*" }
28+
29+
/0104 { /type "deny" /url "/content/regent.html" }
30+
31+
/0105 { /type "allow" /extension '(gltf|stl|obj|usdz|glb)' /method "GET" /path "/content/dam/*" }

test/workspace/diagnostics/duplicate-properties-4.any

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
1-
# The content of this file was taken and modified from: https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.ams/src/conf.dispatcher.d/filters/ams_publish_filters.any
2-
3-
/0001 { /type "deny" /url "*" /url "*" }
4-
5-
/0010 { /type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html)' /path "/content/*" }
6-
7-
/0011 { /type "allow" /extension "json" /selectors "model" /path "/content/*" /extension "json" }
8-
9-
/0012 { /type "allow" /method "GET" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|png|svg|swf|ttf|woff|woff2)' /path "/etc/clientlibs/*" }
10-
11-
/0013 { /type "allow" /type "allow" /method "GET" /url "/etc.clientlibs/*" }
12-
13-
/0014 { /type "allow" /method "GET" /url '/libs/granite/csrf/token.json' /extension 'json' }
14-
15-
/0015 { /type "allow" /method "POST" /url "/content/[.]*.form.html" }
16-
17-
/0016 { /type "allow" /method "GET" /path "/libs/cq/personalization" }
18-
19-
/0017 { /type "allow" /method "POST" /path "/content/[.]*.commerce.cart.json" }
20-
21-
/0100 { /type "deny" /selectors '(feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content)' /extension '(json|xml|html|feed)' }
22-
23-
/0101 { /type "deny" /method "GET" /query "debug=*" }
24-
25-
/0102 { /type "deny" /method "GET" /query "wcmmode=*" }
26-
27-
/0103 { /type "deny" /path "/content/ams/healthcheck/*" }
28-
29-
/0104 { /type "deny" /url "/content/regent.html" }
30-
31-
/0105 { /type "allow" /extension '(gltf|stl|obj|usdz|glb)' /method "GET" /path "/content/dam/*" }
1+
/farms {
2+
/publish {
3+
/clientheaders {
4+
"*"
5+
"*"
6+
}
7+
/clientheaders {
8+
"*"
9+
"*"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)