diff options
author | gardenapple | 2022-03-24 16:30:38 +0200 |
---|---|---|
committer | gardenapple | 2022-03-24 16:30:38 +0200 |
commit | 47fe39ab9dd2bd3ab64ef67d0656266922e85432 (patch) | |
tree | a92ce5d000a72c8f6e333bcfbaad623d719d7e38 /readable-sandbox | |
parent | 62e819055b1ff3330d64c192f754482395c733e0 (diff) | |
download | aur-47fe39ab9dd2bd3ab64ef67d0656266922e85432.tar.gz |
Update readable-sandbox script
Diffstat (limited to 'readable-sandbox')
-rwxr-xr-x[-rw-r--r--] | readable-sandbox | 4 |
1 files changed, 4 insertions, 0 deletions
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 $@ + |