Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Web Privacy Security Crawl Using Selenium Blocking Enhanced Tracking Protection

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 27 回表示
  • 最後の返信者: msmay1

more options

Hi,

I am working on a web crawler that scrapes set of websites analyzing certain privacy strings that are present before and after Global Privacy Signals are sent. We make use of Selenium Web Driver to perform the crawl. Part of the data we collect is the urlClassification of third party sites that are tracking users on the site, via Firefox's Enhanced Tracking Protection. However when performing the crawl, Enhanced Tracking Protection data is no longer available while Selenium has automatic control over Firefox, even though there is indeed third party sites (fingerprinters, cross-site tracking cookies) active on these sites when they are manually visited not using our crawler. Does anyone have an idea why our software may be interfering with Firefox's Enhanced Tracking Protection? Thanks!

Hi, I am working on a web crawler that scrapes set of websites analyzing certain privacy strings that are present before and after Global Privacy Signals are sent. We make use of Selenium Web Driver to perform the crawl. Part of the data we collect is the urlClassification of third party sites that are tracking users on the site, via Firefox's Enhanced Tracking Protection. However when performing the crawl, Enhanced Tracking Protection data is no longer available while Selenium has automatic control over Firefox, even though there is indeed third party sites (fingerprinters, cross-site tracking cookies) active on these sites when they are manually visited not using our crawler. Does anyone have an idea why our software may be interfering with Firefox's Enhanced Tracking Protection? Thanks!

すべての返信 (1)

more options

Additional note for above: It is important to note that the crawler worked as expected in early June 2024, before failing to log the urlClassification data provided by ETP in July 2024.