From 0debb7405880d62d9ffec8117df811f7a9bacd37 Mon Sep 17 00:00:00 2001 From: 007 Date: Sun, 29 Sep 2024 17:23:55 +0330 Subject: [PATCH] release: 1.1.12 nginx conf --- VERSION | 2 +- config/nginx.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 9ee1f78..ccad953 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.11 +1.1.12 diff --git a/config/nginx.conf b/config/nginx.conf index 422540e..e39633a 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -25,6 +25,7 @@ server { # Security Headers add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' https://trustseal.enamad.ir https://simurgh.00-team.org https://www.googletagmanager.com"; + add_header Permissions-Policy "geolocation=(self), microphone=()"; add_header X-Content-Type-Options nosniff; add_header X-Frame-Options SAMEORIGIN; add_header X-XSS-Protection "1; mode=block";