(scope: str, target)
| 1752 | |
| 1753 | Args: |
| 1754 | resp: Parameter. |
| 1755 | |
| 1756 | Returns: |
| 1757 | Varies. |
| 1758 | """ |
| 1759 | # Keep headers compatible with Termux-local HTTP, while improving safety on HTTPS. |
| 1760 | try: |
| 1761 | _ensure_device_fp_cookie(resp) |
| 1762 | except Exception: |
no outgoing calls
no test coverage detected