mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 05:44:35 +03:00
docs(readme): open the Persian-guide video in a new tab
Adds target="_blank" + rel="noopener noreferrer" so the click doesn't navigate the README away from the repo. The `rel` value is the conventional safety pair: `noopener` blocks the new tab from accessing `window.opener`, `noreferrer` strips the Referer header. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<p align="center"><b>راهنمای راه اندازی به فارسی:</b></p>
|
||||
<p align="center">
|
||||
<a href="https://www.youtube.com/watch?v=voCwxgvWR5U">
|
||||
<a href="https://www.youtube.com/watch?v=voCwxgvWR5U" target="_blank" rel="noopener noreferrer">
|
||||
<img src="https://img.youtube.com/vi/voCwxgvWR5U/maxresdefault.jpg" alt="راهنمای راه اندازی mhrv-rs به فارسی" width="560">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user