(pin: str)
| 1745 | def _security_headers(resp): |
| 1746 | # Keep headers compatible with Termux-local HTTP, while improving safety on HTTPS. |
| 1747 | """_security_headers. |
| 1748 | |
| 1749 | Internal helper function. |
| 1750 | |
| 1751 | This docstring was expanded to make future maintenance easier. |
| 1752 | |
| 1753 | Args: |
| 1754 | resp: Parameter. |
no outgoing calls
no test coverage detected