解决使用自定义翻译URL为ngrok时,需要验证警告页面的问题 #307
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Scope: src/components/Manga/actions/translation/selfhosted.ts
自定义翻译 URL
背景
在 Kaggle 等平台使用免费 GPU 运行翻译程序时,需要通过 ngrok 等内网穿透工具暴露服务。但 ngrok 免费用户每次访问都会遇到警告页面,未通过验证会导致翻译功能请求失败。
其实通常在浏览器中手动访问一次警告页面即可正常使用翻译功能了,但我昨晚发现,在 PWA 环境下是无法打开该页面进行验证的TAT
解决方案
当检测到 ngrok 域名时,自动添加
ngrok-skip-browser-warning请求头以跳过警告页面。