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 dfd5b7c commit 95a7330Copy full SHA for 95a7330
modules/api/views.js
@@ -133,7 +133,7 @@ export default function(app) {
133
debug: getBooleanParam(req, 'debug'),
134
returnProviderOptionsUsage: getBooleanParam(req, 'debug'),
135
mixAllWithDomainPlugin: getBooleanParam(req, 'mixAllWithDomainPlugin'),
136
- forceParams: req.query.meta === "true" ? ["meta", "oembed"] : null,
+ forceParams: req.query.meta === "true" ? CONFIG.DEBUG_CONTEXTS : null,
137
whitelist: getBooleanParam(req, 'whitelist'),
138
readability: getBooleanParam(req, 'readability'),
139
getWhitelistRecord: whitelist.findWhitelistRecordFor,
0 commit comments