utn-cli 2.0.95 → 2.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@ server {
|
|
|
4
4
|
root /usr/share/nginx/html/browser;
|
|
5
5
|
index index.html;
|
|
6
6
|
location / {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
add_header X-Frame-Options "SAMEORIGIN";
|
|
8
|
+
add_header Content-Security-Policy "frame-ancestors 'self'";
|
|
9
9
|
try_files $uri /index.html;
|
|
10
10
|
}
|
|
11
11
|
error_page 404 /index.html;
|