请问大家,游客权限只勾选了无密码范围,但是游客还是有下载按钮和复制下载链接的按钮 #6638
Unanswered
luciferrrrrrrr
asked this question in
Q&A
Replies: 2 comments
-
无密码不打勾才是需要密码,而且这个和能不能下载无关,不打勾就需要游客输入密码了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如果不希望用户下载,同时文档图片什么的也不对用户开放(只开放文件列表),那可以再代理URL随意填写。如果希望文档图片什么的游客可以正常预览,仅仅只是限制下载功能的话,可以通过在alist后台全局设置的自定义头部自己写css文件,把下拉下载的按钮隐藏。如果本身没有预览窗格,点开文件即下载,那么可以写css将这两个按钮隐藏。 提示:用户长按(移动端)/右键(PC)文件列表也可调出复制链接和下载按钮。如果需要防止用户下载,记得把这两个也写到css里面 |
Beta Was this translation helpful? Give feedback.
0 replies
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