並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 8 件 / 8件

新着順 人気順

referrerの検索結果1 - 8 件 / 8件

  • Referrer-Policy の制限を強めると安全になるという誤解 | blog.jxck.io

    Intro Referrer-Policy は、送信される Referer の値を制御することが可能だ。 このヘッダの副次的な効果をよく理解していないと、「no-referrer にして送らないのが最も安全だ」という誤解を生むことになる。 では、複数あるポリシーの中でどのような観点で、どのディレクティブを採用するのが良いのだろうか? 前提として前回の記事の「リクエストの出自をチェックすることは現代の実装のベースプラクティスである」という点を踏まえて考えてみる。 令和時代の API 実装のベースプラクティスと CSRF 対策 | blog.jxck.io https://blog.jxck.io/entries/2024-04-26/csrf.html Referer とアナリティクス Referer は、リクエストに対してその前のページの URL を送るところから始まった。 GET / H

      Referrer-Policy の制限を強めると安全になるという誤解 | blog.jxck.io
    • chromeのreferrer-policyについて - ishikawa_pro's memorandum

      [9/8追記] chrome 85がリリースされたのに、defaultのreferrer-policy変わってないなと思ったら段階的に変わっていくみたいです。 A new default Referrer-Policy for Chrome: strict-origin-when-cross-origin こんにちは。 業務でchromeのreferrer-policyについてちょっと調べることがあったので、今日は軽くまとめです。 referrer-policyとは そもそも僕が、referrer-policyについてそんなに詳しくなかったのでまずは簡単な説明。 Referrer-policyは、リクエスト時にreferer headerにどれくらいreferer情報をつけるかを設定するためのヘッダーです。 refererの情報量とは、具体的に origin, path, query 全て

        chromeのreferrer-policyについて - ishikawa_pro's memorandum
      • Referer and Referrer-Policy best practices  |  Articles  |  web.dev

        Referer and Referrer-Policy best practices Stay organized with collections Save and categorize content based on your preferences. This page outlines some best practices for setting your Referrer-Policy and using the referrer in incoming requests. Summary Unexpected cross-origin information leakage damages web users' privacy. A protective referrer policy can help. Consider setting a referrer policy

          Referer and Referrer-Policy best practices  |  Articles  |  web.dev
        • A new default Referrer-Policy for Chrome - strict-origin-when-cross-origin  |  Blog  |  Chrome for Developers

          Before we start: If you're unsure of the difference between "site" and "origin", check out Understanding "same-site" and "same-origin". The Referer header is missing an R, due to an original misspelling in the spec. The Referrer-Policy header and referrer in JavaScript and the DOM are spelled correctly. Summary Browsers are evolving towards privacy-enhancing default referrer policies, to provide a

          • 知ってるようで知らないRefererとReferrer-Policyのお話 - Qiita

            概要 この記事は主に以下の内容に触れていきます! Refererというものはそもそもなんなのか Refererはどのように動いているのか セキュリティを意識したReferrer-Policyを設定するにはどうすればいいのか 番外編: target=_blankでの脆弱性 つい半年ほど前にGoogleがChromeのデフォルトのReferrer-Policyを変更して話題になりましたね。 この記事を読んでいただければGoogleがReferrer-Policyを変更した背景も分かってくるかと思います! 参考記事: Entry is not found - paiza開発日誌 Referer is 何? HTTPリファラ(英: HTTP referer)あるいは単にリファラは、HTTPヘッダの1つで、インターネット上の1つのウェブページまたはリソースから見て、それにリンクしているウェブページや

              知ってるようで知らないRefererとReferrer-Policyのお話 - Qiita
            • href.li: hide your referrer

              Create an anonymous link that will hide the HTTP Referer header. Hide the referrer to your URL: href.li bookmarklet - drag this link to your Browser toolbar.

              • リファラ(referrer)を取得して遷移元によって処理を分岐する方法 - Qiita

                if (document.referrer.length !=0 ){ // リファラがある場合 // リファラを取得 let ref = document.referrer; // トップページのURLをを設定 let url = 'https://○○○.com/'; if ( ref == url ) { // リファラがurlと一致する場合 // ①トップページからのアクセス } else if ( ref.indexOf( url ) == 0 ){ // リファラがurlを含む場合 // ②下層ページからのアクセス } else { // ③検索結果などからのアクセス } } else { // ④直接アクセス }

                  リファラ(referrer)を取得して遷移元によって処理を分岐する方法 - Qiita
                • Still Using InstallBroadcast? Switch to the Play Referrer API by March 1, 2020

                  Still Using InstallBroadcast? Switch to the Play Referrer API by March 1, 2020 Posted by Marcus Leal, Product Manager, Google Play Ads How do people find your app? It’s the million-dollar question for any developer, and the answer can help you make the right choices about your marketing strategy and budget. Accurate install referral data is crucial for understanding which traffic sources send user

                    Still Using InstallBroadcast? Switch to the Play Referrer API by March 1, 2020
                  1