We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746c4a2 commit 6b0a750Copy full SHA for 6b0a750
src/hide-chrome-warning-server.ts
@@ -46,7 +46,7 @@ export class HideChromeWarningServer {
46
<a href="${targetUrl}">this link</a>
47
</body>
48
</html>
49
- `);
+ `, { "content-type": "text/html" });
50
}
51
52
get host(): string {
0 commit comments