mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-09 14:09:32 +02:00
dont escape viewport meta tag
This commit is contained in:
@@ -21,6 +21,7 @@ Tags.parse = async (req, data, meta, link) => {
|
||||
name: 'viewport',
|
||||
// https://stackoverflow.com/a/77815388 for resizes-content
|
||||
content: 'width=device-width, initial-scale=1.0, interactive-widget=resizes-content',
|
||||
noEscape: true,
|
||||
}, {
|
||||
name: 'content-type',
|
||||
content: 'text/html; charset=UTF-8',
|
||||
|
||||
Reference in New Issue
Block a user