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 e4622b9 commit 58108d4Copy full SHA for 58108d4
src/index.js
@@ -56,7 +56,7 @@ module.exports = async function (originalUrl) {
56
title: '',
57
description: '',
58
siteName: '',
59
- isRtaLabel: false
+ isAdultContent: false
60
},
61
vueVersion: null,
62
hasSSR: false, // default
@@ -126,7 +126,7 @@ module.exports = async function (originalUrl) {
126
127
const rtaLabel = await page.$eval('head > meta[name="RATING"]', element => element.content).catch(() => '')
128
if (rtaLabel.trim() === 'RTA-5042-1996-1400-1577-RTA') {
129
- infos.meta.isRtaLabel = true
+ infos.meta.isAdultContent = true
130
}
131
132
// Get page language
0 commit comments