summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2022-03-24 16:30:38 +0200
committergardenapple2022-03-24 16:30:38 +0200
commit47fe39ab9dd2bd3ab64ef67d0656266922e85432 (patch)
treea92ce5d000a72c8f6e333bcfbaad623d719d7e38
parent62e819055b1ff3330d64c192f754482395c733e0 (diff)
downloadaur-47fe39ab9dd2bd3ab64ef67d0656266922e85432.tar.gz
Update readable-sandbox script
-rwxr-xr-x[-rw-r--r--]readable0
-rwxr-xr-x[-rw-r--r--]readable-sandbox4
2 files changed, 4 insertions, 0 deletions
diff --git a/readable b/readable
index 6e46623fe2ed..6e46623fe2ed 100644..100755
--- a/readable
+++ b/readable
diff --git a/readable-sandbox b/readable-sandbox
index 880a10d324de..1e195165fa59 100644..100755
--- a/readable-sandbox
+++ b/readable-sandbox
@@ -1,4 +1,8 @@
#!/bin/sh
+echo "Refusing --allow-* flags"
deno run --no-check \
+ --no-prompt \
--allow-env=LANGUAGE,LC_ALL,LC_MESSAGES,LANG \
+ --allow-read=/usr/lib/readability-cli/locales \
/usr/lib/readability-cli/readable.ts $@
+