From 346d5872ef82b95fa39ceae84280ecb4ebfc574c Mon Sep 17 00:00:00 2001 From: Cissy Yu Date: Wed, 2 Oct 2024 14:12:41 +0800 Subject: [PATCH] limit scope to root url --- services/QuillLMS/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/QuillLMS/public/manifest.json b/services/QuillLMS/public/manifest.json index 10b6c88def..88ab3b96b6 100644 --- a/services/QuillLMS/public/manifest.json +++ b/services/QuillLMS/public/manifest.json @@ -44,5 +44,5 @@ ], "start_url": "https://cissy.quill.org/", "display": "minimal-ui", - "scope": "/app/" + "scope": "https://cissy.quill.org/" }