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.
2 parents 9c4c821 + 2a01972 commit 719932fCopy full SHA for 719932f
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