aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-10 16:48:54 -0400
committertdro <tdro@noreply.example.com>2022-10-10 16:48:54 -0400
commit87b6b35489e69af4d77ed294024f7b0b15129bf3 (patch)
tree6dd13817184fbe23fb48689ee94ec191d1c69631 /config.json
parenta78c0989ee815fe04e2f949d0b9c2b22c3824d5b (diff)
downloadcanory-87b6b35489e69af4d77ed294024f7b0b15129bf3.tar.gz
canory-87b6b35489e69af4d77ed294024f7b0b15129bf3.tar.bz2
canory-87b6b35489e69af4d77ed294024f7b0b15129bf3.zip
themes/default/layouts/shortcodes/pdf: Use object for PDF
Remove external PDF viewer in demonstration.
Diffstat (limited to 'config.json')
-rw-r--r--config.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.json b/config.json
index 8959411..b2d2ae3 100644
--- a/config.json
+++ b/config.json
@@ -134,12 +134,13 @@
"platform.twitter.com",
"en.m.wikipedia.org",
"odysee.com",
- "docs.google.com"
+ "www.gutenberg.org"
],
"img-src": [
"'self'",
"http://preview.test",
- "imgs.xkcd.com"
+ "imgs.xkcd.com",
+ "www.gutenberg.org"
],
"manifest-src": [
"'self'"
@@ -150,7 +151,8 @@
"i.imgur.com"
],
"object-src": [
- "'none'"
+ "'self'",
+ "www.gutenberg.org"
],
"prefetch-src": [
"'self'"