#400: Fixed parsing of underscore/space issues in frontend and SDK
This commit is contained in:
@@ -28,6 +28,28 @@ http {
|
||||
server {
|
||||
listen 80;
|
||||
server_name "localhost";
|
||||
|
||||
#location /static/js/* {
|
||||
# # avoid clickjacking
|
||||
# add_header X-Frame-Options DENY;
|
||||
# add_header X-Content-Type-Options nosniff;
|
||||
# add_header ;
|
||||
# # block MIME sniffing
|
||||
|
||||
# # security headers
|
||||
# add_header X-XSS-Protection "1; mode=block";
|
||||
# # add_header Content-Security-Policy "default-src 'self'";
|
||||
# add_header Referrer-Policy "no-referrer";
|
||||
# server_tokens off;
|
||||
|
||||
# root /usr/share/nginx/html;
|
||||
# gzip_static on;
|
||||
# expires 1y;
|
||||
# add_header Cache-Control public;
|
||||
# add_header ETag "";
|
||||
# try_files $uri /index.html;
|
||||
#}
|
||||
|
||||
location / {
|
||||
# avoid clickjacking
|
||||
add_header X-Frame-Options DENY;
|
||||
|
||||
Reference in New Issue
Block a user