Skip to content

Commit c3ae422

Browse files
Merge pull request #3773 from Ren-Roros-Digital/DoNotRewriteUrls
feat: Added DoNotRewriteUrls and AllowedSenderDomains
2 parents f5ca02c + f5bb12c commit c3ae422

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/data/standards.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,14 @@
16911691
"type": "switch",
16921692
"label": "EnableOrganizationBranding",
16931693
"name": "standards.SafeLinksPolicy.EnableOrganizationBranding"
1694+
},
1695+
{
1696+
"type": "autoComplete",
1697+
"multiple": true,
1698+
"creatable": true,
1699+
"required": false,
1700+
"name": "standards.SafeLinksPolicy.DoNotRewriteUrls",
1701+
"label": "Do not rewrite the following URLs in email"
16941702
}
16951703
],
16961704
"label": "Default SafeLinks Policy",
@@ -2344,6 +2352,14 @@
23442352
"required": false,
23452353
"name": "standards.SpamFilterPolicy.RegionBlockList",
23462354
"label": "Regions to block (uppercase ISO 3166-1 two-letter)"
2355+
},
2356+
{
2357+
"type": "autoComplete",
2358+
"multiple": true,
2359+
"creatable": true,
2360+
"required": false,
2361+
"name": "standards.SpamFilterPolicy.AllowedSenderDomains",
2362+
"label": "Allowed sender domains"
23472363
}
23482364
],
23492365
"label": "Default Spam Filter Policy",

0 commit comments

Comments
 (0)