aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-06-20 12:08:57 +0200
committerWojtek Kosior <koszko@koszko.org>2022-06-20 13:39:08 +0200
commitb5b64fd46c75aaa0e9b2d4df432883a64c67d293 (patch)
tree9900fa5117238c8362568d86e4027e7a3e612b3a
parent0d0c865fd057db347d4321fc28bbf5ef46b53f96 (diff)
downloadcors-bypass-b5b64fd46c75aaa0e9b2d4df432883a64c67d293.tar.gz
cors-bypass-b5b64fd46c75aaa0e9b2d4df432883a64c67d293.zip
add index.json
-rw-r--r--index.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/index.json b/index.json
new file mode 100644
index 0000000..6e55a39
--- /dev/null
+++ b/index.json
@@ -0,0 +1,36 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "cors-bypass-1.0",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/GPL-3.0-or-later.txt"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/haketilo-packages/cors-bypass/",
+ "definitions": [{
+ "type": "resource",
+ "identifier": "cors-bypass",
+ "long_name": "CORS bypassing",
+ "uuid": "9ab52965-de7f-404c-bfc6-6921e53e7683",
+ "version": [1],
+ "revision": 1,
+ "description": "Allow Haketilo site scripts to make HTTP requests that would be blocked otherwise.",
+ "dependencies": [],
+ "scripts": [{"file": "cors-bypass.js"}],
+ "permissions": {
+ "cors_bypass": true
+ },
+ "min_haketilo_version": [2]
+ }],
+ "additional_files": [
+ {"file": "README.txt"},
+ {"file": "README.txt.license"},
+ {"file": ".reuse/dep5"}
+ ],
+ "reuse_generate_spdx_report": true
+}