@react-native/debugger-frontend
Version:
Debugger frontend for React Native based on Chrome DevTools
12 lines (8 loc) • 429 B
Markdown
# Ensure that attribution responses contain either web or OS headers, not both
This page included web and OS Attribution Reporting API headers in the same
HTTP response, which is prohibited.
The response may set at most one of the following headers:
- `Attribution-Reporting-Register-OS-Source`
- `Attribution-Reporting-Register-OS-Trigger`
- `Attribution-Reporting-Register-Source`
- `Attribution-Reporting-Register-Trigger`