Spaces:
Runtime error
Runtime error
thejagstudio
commited on
Commit
•
4b8b88b
1
Parent(s):
3731d06
Update cloudStorage/settings.py
Browse files- cloudStorage/settings.py +1 -1
cloudStorage/settings.py
CHANGED
@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-f221fh+#lk4ul5x@gk7bm2x5f&+u3uhu+t-(bri%t(uh!z6gf#
|
|
26 |
|
27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
28 |
DEBUG = False
|
29 |
-
X_FRAME_OPTIONS = '
|
30 |
|
31 |
ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space','*']
|
32 |
CORS_ALLOWED_ORIGINS = [
|
|
|
26 |
|
27 |
# SECURITY WARNING: don't run with debug turned on in production!
|
28 |
DEBUG = False
|
29 |
+
X_FRAME_OPTIONS = 'ALLOWALL'
|
30 |
|
31 |
ALLOWED_HOSTS = ['127.0.0.1', 'thejagstudio-cloudstorage.hf.space','*']
|
32 |
CORS_ALLOWED_ORIGINS = [
|