mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
22 lines
511 B
YAML
22 lines
511 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
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "interest-cohort=()"
|