Commit e50b64d
committed
feat(privacy): add referrer meta tag to prevent information leakage
Add <meta name="referrer" content="never"> to document head
for enhanced privacy protection and hotlink bypass capability.
This prevents browsers from sending HTTP Referer headers when
loading external resources, particularly useful for:
- Displaying images from platforms with referrer-based hotlink protection
- Reducing information leakage to third-party servers
- Enhancing user privacy
Implements W3C Referrer Policy specification.1 parent cecfc42 commit e50b64d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments