Document PopupsSurveyLink with cautionary note

Bug: T129177
Change-Id: I67f6a5157a6f31a58fd57744f16130f7e92a7feb
This commit is contained in:
jdlrobson 2016-05-10 14:16:34 -07:00 committed by Phuedx
parent 9a9b4abdea
commit 0be6753836

View file

@ -45,6 +45,7 @@
"config": {
"@PopupsBetaFeature": "@var bool: Whether the extension should be enabled as an opt-in beta feature. If true, the BetaFeatures extension must be installed. False by default.",
"PopupsBetaFeature": false,
"@PopupsSurveyLink": "@var bool|string: When defined a link will be rendered at the bottom of the popup for the user to provide feedback. Be warned there is no validation of this string so care must be taken to protect against tab-napping and urls prefixed with `javascript:`",
"PopupsSurveyLink": false,
"EnablePopupsMobile": false
},