Skip to content

Commit bacc175

Browse files
committed
fixed response headers in nginx config
1 parent a354ded commit bacc175

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web-frontend/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ server {
77
# SPA fallback - return index.html for any unmatched routes
88
location / {
99
try_files $uri $uri/ /index.html;
10+
add_header Document-Policy "js-profiling";
1011
}
1112

1213
# Cache static assets

0 commit comments

Comments
 (0)