From 208d5f83b7c27829ddeba1627a4c9e069e67ecda Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 22 Apr 2024 22:55:08 +0200 Subject: [PATCH] Update mlc_config.json --- mlc_config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index e0b8bc147..850a03bdf 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -2,6 +2,8 @@ "ignorePatterns": [ {"pattern": "http://127.0.0.1:8000/"}, {"pattern": "^https://jsonformatter.curiousconcept.com/"}, - {"pattern": "^http.*://schema.repronim.org/.*"} + {"pattern": "^http.*://schema.repronim.org/.*"}, + {"pattern": "^http://schema.org/version/2.0/"} + ] }