如何禁止游客下载 #1097
JulienZeng
started this conversation in
General
如何禁止游客下载
#1097
Replies: 3 comments 1 reply
-
自己改源码..QAQ..如果不会就没辙了 哈哈 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果不希望用户下载,同时文档图片什么的也不对用户开放(只开放文件列表),那可以再代理URL随意填写。如果希望文档图片什么的游客可以正常预览,仅仅只是限制下载功能的话,可以通过在alist后台全局设置的自定义头部自己写css文件,把下拉下载的按钮隐藏。如果本身没有预览窗格,点开文件即下载,那么可以写css将这两个按钮隐藏。 提示:用户长按(移动端)/右键(PC)文件列表也可调出复制链接和下载按钮。如果需要防止用户下载,记得把这两个也写到css里面 |
Beta Was this translation helpful? Give feedback.
0 replies
-
能看就能下载,总有办法下载的吧。比如装浏览器插件或油猴插件 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,有一个文件夹,内容如何只让游客上传而不让游客下载呢
Beta Was this translation helpful? Give feedback.
All reactions