diff --git a/db/db.sqlite3 b/db/db.sqlite3 index 8968aa7..2e8cf69 100644 Binary files a/db/db.sqlite3 and b/db/db.sqlite3 differ diff --git a/rustdesk_server_api/settings.py b/rustdesk_server_api/settings.py index f790d0d..6419579 100644 --- a/rustdesk_server_api/settings.py +++ b/rustdesk_server_api/settings.py @@ -15,7 +15,7 @@ from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent CSRF_TRUSTED_ORIGINS = [os.environ.get("CSRF_TRUSTED_ORIGINS", "http://www.baidu.com")] - +SECURE_CROSS_ORIGIN_OPENER_POLICY = 'None' # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/