24 lines
538 B
YAML
24 lines
538 B
YAML
id: google-floc-disabled
|
|
|
|
info:
|
|
name: Google FLoC Disabled
|
|
author: geeknik
|
|
severity: info
|
|
description: The detected website has decided to explicitly exclude itself from Google FLoC tracking.
|
|
reference:
|
|
- https://www.bleepingcomputer.com/news/security/github-disables-google-floc-user-tracking-on-its-website/
|
|
tags: google,floc,misc
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "interest-cohort=()"
|