Is there any way to disable auto-generated hyperlinks in cell?

Hello, I’ve using Jupyter Lab for cyber security research.
In the context of cyber security research, we sometimes handle either malicious URLs or IP addresses (e.g. malware distribution sites, C2 servers, and so on…)
Then, to avoid unexpected accesses or DNS resolving by human operational error and browser prefetch, I want to turn off auto-rendering hyperlinks for URLs on each cell.
Are there any settings or hacks to disable this function? Thanks!