WeSearch

HTML meta referrer: canonical reference

·34 min read · 0 reactions · 0 comments · 14 views
#html#privacy#webdev#security
HTML meta referrer: canonical reference
⚡ TL;DR · AI summary

The article provides a comprehensive overview of the HTML meta referrer tag and its implications for web privacy and security. It discusses the historical context of the referrer policy, the valid values it can take, and the default settings in modern browsers. Additionally, it highlights the importance of this directive for developers, marketers, and privacy-conscious site operators.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948046) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Joseph Anady Posted on May 26 • Originally published at thatdevpro.com HTML meta referrer: canonical reference #html #privacy #webdev #security framework-html-meta-referrer.md Comprehensive reference for HTML <meta name="referrer">, the page level referrer policy declaration.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)