It has been deprecated and is no longer present in CSP levels 2 and 3.
See e.g. https://www.w3.org/TR/CSP2/#directive-sandbox
---
server.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/server.go b/server.go
index 06fa345..31b9bb1 100644
--- a/server.go
+++ b/server.go
@@ -193,7 +193,6 @@ func ServeHTTP(conf ini.File, db *sql.DB, mc *minio.Client) *http.Server {
srv.Handler = compressionHandler(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
sandbox := []string{
"allow-forms",
- "allow-orientation-lock",
"allow-pointer-lock",
"allow-presentation",
"allow-same-origin",
--
2.40.1