Fixed
- Proxied apps using relative API paths (e.g.
api/v2/sync/maindata) no longer 404 with double-prefixed URLs -- the interceptor's restore-prefix function now preserves the trailing slash indocument.baseURI, so the browser resolves relative URLs against/proxy/slug/instead of/proxy/ - Interceptor script is no longer injected into
<head>tags that appear inside<script>blocks -- apps like qBittorrent whose HTML fragments contain<head>in JavaScript template literals (e.g.srcdoc) no longer get aSyntaxError: Octal escape sequences are not allowed in template stringsat load time - Interceptor injection now correctly distinguishes
<head>from<header>tags