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 7050836 commit ad3c130Copy full SHA for ad3c130
packages/live-server/index.js
@@ -50,7 +50,6 @@ function staticServer(root) {
50
const hasNoOrigin = !req.headers.origin;
51
const injectCandidates = [
52
new RegExp('</body>', 'i'),
53
- new RegExp('</svg>', 'g'),
54
new RegExp('</head>', 'i'),
55
];
56
0 commit comments