From edf73acc0867cfc2b3367fe388ef734aef0555f5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 2 Nov 2020 13:01:44 -0500 Subject: add Global Privacy Control metadata --- static/.well-known/gpc.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/.well-known/gpc.json (limited to 'static') diff --git a/static/.well-known/gpc.json b/static/.well-known/gpc.json new file mode 100644 index 00000000..6f51b5c9 --- /dev/null +++ b/static/.well-known/gpc.json @@ -0,0 +1 @@ +{ "gpc": true, "version": 1 } -- cgit v1.3.1