File tree Expand file tree Collapse file tree 3 files changed +43
-43
lines changed
test/workspace/diagnostics Expand file tree Collapse file tree 3 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 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/*" }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments