From 7240e1d7ecd6f8df5d99b3ecf5e174e3557c5c56 Mon Sep 17 00:00:00 2001 From: cryptomorpheuss <105608874+cryptomorpheuss@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:12:02 -0300 Subject: [PATCH] Update settings.py --- moneropro/settings.py | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/moneropro/settings.py b/moneropro/settings.py index 114189a..e9c6481 100644 --- a/moneropro/settings.py +++ b/moneropro/settings.py @@ -114,31 +114,5 @@ USE_I18N = True USE_L10N = True USE_TZ = True -# Security policy -CSP_DEFAULT_SRC = ("'self'", 'https://cdn.plot.ly') -CSP_IMG_SRC = ("'self'", 'data: w3.org/svg/2000','https://content-api.changenow.io/', 'https://cdn.plot.ly') -CSP_STYLE_SRC = ("'unsafe-inline'",'https://site-assets.fontawesome.com', 'https://cdn.plot.ly',"'self'" ) -CSP_FONT_SRC = ('http://site-assets.fontawesome.com',"'self'", 'https://cdn.plot.ly') -CSP_SCRIPT_SRC = ("'self'", 'https://cdn.plot.ly') CSP_FRAME_ANCESTORS = ("'self'",'https://trocador.app', 'http://127.0.0.1', 'https://cdn.plot.ly') CSP_FRAME_SRC = ("'self'", '*', 'https://cdn.plot.ly') -#CSRF_COOKIE_SAMESITE = 'None' -PERMISSIONS_POLICY = { - "accelerometer": [], - "ambient-light-sensor": [], - "autoplay": [], - "camera": [], - "display-capture": [], - "document-domain": [], - "encrypted-media": [], - "fullscreen": [], - "geolocation": [], - "gyroscope": [], - "interest-cohort": [], - "magnetometer": [], - "microphone": [], - "midi": [], - "payment": [], - "usb": [], -} -