Plugins: Always validate root URL if specified in signature manfiest (#52332)

* always validate root URL if specified in signature

* tidy imports
This commit is contained in:
Will Browne
2022-07-15 17:42:20 +02:00
committed by GitHub
parent 1d3cd0103e
commit 5d052be6ff
10 changed files with 134 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "datasource",
"name": "Test",
"id": "test",
"backend": true,
"executable": "test",
"state": "alpha",
"info": {
"version": "1.0.0",
"description": "Test",
"author": {
"name": "Will Browne",
"url": "https://willbrowne.com"
}
}
}