Skip to content

Verlichting beperking companyURL #68

@sanderke

Description

@sanderke

if (person.companyURL.includes("logius.nl") && person.companyURL !== "https://logius.nl") {
utils.showError(`companyURL of an editor/author of Logius must be "https://logius.nl", instead it was "${person.companyURL}"`);

Zou https://www.logius.nl/ ook toegestaan mogen zijn? Daar komt https://logius.nl namelijk op uit.

Wellicht iets anders opzetten als de intentie enkel was om e-mailadressen uit dit veld te weren?

- if (person.companyURL.includes("logius.nl") && person.companyURL !== "https://logius.nl") {
+ if (person.companyURL.includes("@logius.nl")) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions