GopeedLab / GopeedLab/browser-extension
Firefox 149,Gopeed下载Todesk个人版异常
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 356
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
捕获链接:https://dl.todesk.com/irrigation/ToDesk_4.8.7.5.exe
实际链接:https://dl.todesk.com/irrigation/ToDesk_4.8.7.5.exe
实际下载如上图所示
实际下载文件内容:
<!doctype html><html lang="en"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Security Verification</title><style>body{margin:0;min-height:100vh;font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;background:#fff;color:#0f172a;display:flex;flex-direction:column}main{flex:1;padding:90px 24px 20px 140px}h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 8px}p{margin:0;font-size:.95rem;color:rgba(0,0,0,.55)}.c{margin-top:20px;height:72px}.t{margin-top:40px;color:#0f172a}footer{padding:18px 16px;text-align:center;font-size:.82rem;color:#9ca3af;border-top:1px solid #e5e7eb}@media(max-width:768px){main{padding:70px 20px 36px 90px}}@media(max-width:480px){main{padding:28px 16px 32px}} </style><script src="https://gcaptcha.eo.gtimg.com/TEOCaptchaWidgetV1-global.js"></script><main><h1 id="title"></h1><p id="tip"></p><div class="c" id="captcha"></div><p class="t" id="text"></p></main><footer>Protected by Tencent Cloud EdgeOne</footer><script>const host=new URL("https://dl.todesk.com/irrigation/ToDesk_4.8.7.5.exe").hostname,zh=(navigator.language||"en").toLowerCase().startsWith("zh"),msgs=zh?["正在验证连接安全性,请勾选下方复选框。","验证完成后,您将被重定向到 {{HOST}}。"]:["Verifying the safety of the connection. Please check the box below.","You will be redirected to {{HOST}}, once the verification is complete."];title.textContent=host;tip.textContent=msgs[0];text.textContent=msgs[1].replace("{{HOST}}",host);const qs=location.search,key="tads_cap=";function cb(r){if(r.ticket){document.cookie=key+r.ticket+";path=/;max-age=1800";location.search=qs}}new TencentEOCaptchaWidget(captcha,"2047899425",cb,{size:"normal"}).show();</script></html>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the download from Firefox 149 using the reported ToDesk URL and inspect how the extension handles the returned response. Confirm whether the downloaded content is the Tencent Cloud EdgeOne security-verification HTML rather than the executable, and treat the issue as resolved when the expected file is downloaded or the limitation is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100