(owner: str, scope: str, target)
| 1760 | try: |
| 1761 | _ensure_device_fp_cookie(resp) |
| 1762 | except Exception: |
| 1763 | pass |
| 1764 | resp.headers.setdefault("X-Frame-Options", "DENY") |
| 1765 | resp.headers.setdefault("X-Content-Type-Options", "nosniff") |
| 1766 | resp.headers.setdefault("Referrer-Policy", "same-origin") |
no test coverage detected