Skip to content

Commit 330d5c5

Browse files
committed
feat: add more check extension settings
1 parent fc6d935 commit 330d5c5

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/data/standards.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5998,6 +5998,12 @@
59985998
"placeholder": "e.g. https://example.com/*",
59995999
"helperText": "Enter URLs to allowlist in the extension. Press enter to add each URL. Wildcards are allowed. This should be used for sites that are being blocked by the extension but are known to be safe."
60006000
},
6001+
{
6002+
"type": "switch",
6003+
"name": "standards.DeployCheckChromeExtension.domainSquattingEnabled",
6004+
"label": "Enable domain squatting detection",
6005+
"defaultValue": true
6006+
},
60016007
{
60026008
"type": "textField",
60036009
"name": "standards.DeployCheckChromeExtension.companyName",
@@ -6026,6 +6032,27 @@
60266032
"placeholder": "support@yourcompany.com",
60276033
"required": false
60286034
},
6035+
{
6036+
"type": "textField",
6037+
"name": "standards.DeployCheckChromeExtension.supportUrl",
6038+
"label": "Support URL",
6039+
"placeholder": "https://support.yourcompany.com",
6040+
"required": false
6041+
},
6042+
{
6043+
"type": "textField",
6044+
"name": "standards.DeployCheckChromeExtension.privacyPolicyUrl",
6045+
"label": "Privacy Policy URL",
6046+
"placeholder": "https://yourcompany.com/privacy",
6047+
"required": false
6048+
},
6049+
{
6050+
"type": "textField",
6051+
"name": "standards.DeployCheckChromeExtension.aboutUrl",
6052+
"label": "About URL",
6053+
"placeholder": "https://yourcompany.com/about",
6054+
"required": false
6055+
},
60296056
{
60306057
"type": "textField",
60316058
"name": "standards.DeployCheckChromeExtension.primaryColor",

0 commit comments

Comments
 (0)