We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我希望能有一个界面统一管理所有存储着的Custom Path。
目前的custom path似乎一旦设置好了就不能删除。举例来说,假如我的链接是myworker.com/c/my-path,这个链接永远保存着敏感的配置信息,不是很容易泄露吗?
如果你有实现思路,请描述
我已通过搜索确认没有类似issue
我愿意提交PR来实现这个功能
The text was updated successfully, but these errors were encountered:
目前生成短链是8位大小写字母数字混合。从纯数学角度来看,8位62进制的组合空间已经相当大。
假设攻击者能够进行每秒1000次请求,需要约6,926年才能遍历整个组合。
所以你担心的泄露的问题,只要不是你主动泄露,发生的概率是非常低的。
你也可以手动对短链进行管理:进入你 Cloudflare 的 Dashboard, 在左侧栏以此点击 Workers 和 Pages,KV,然后在中间列表找到sublink-worker-SUBLINK_KV,即可对其进行删除,添加操作。
Workers 和 Pages
KV
sublink-worker-SUBLINK_KV
未来可能会研究下对短链接加一个过期的功能,不过目前优先度比较低。
Sorry, something went wrong.
No branches or pull requests
功能描述
我希望能有一个界面统一管理所有存储着的Custom Path。
使用场景
目前的custom path似乎一旦设置好了就不能删除。举例来说,假如我的链接是myworker.com/c/my-path,这个链接永远保存着敏感的配置信息,不是很容易泄露吗?
实现方案(可选)
如果你有实现思路,请描述
其他信息
我已通过搜索确认没有类似issue
我愿意提交PR来实现这个功能
The text was updated successfully, but these errors were encountered: