diff --git a/pwa/index.html b/pwa/index.html
index cfe7eab..3dcd13f 100644
--- a/pwa/index.html
+++ b/pwa/index.html
@@ -5,12 +5,15 @@
+
+
+
-
Placebo.mk
+ Placebo.mk - Сатирични вести од Македонија
diff --git a/pwa/nginx.conf b/pwa/nginx.conf
index bafd20d..c1de787 100644
--- a/pwa/nginx.conf
+++ b/pwa/nginx.conf
@@ -46,7 +46,7 @@ http {
index index.html;
# Security headers for frontend
- add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' http://localhost:3000 http://localhost:1337 https://api.placebo.mk https://cms.placebo.mk; manifest-src 'self';" always;
+ add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.placebo.mk https://cms.placebo.mk https://app.placebo.mk wss://api.placebo.mk; manifest-src 'self';" always;
# Handle React Router
location / {