Project

General

Profile

Download (1.52 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / admin-tengointernet-com-fix-login-tos / index.json @ f938b039

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
4
// Copyright (C) 2022 Jacob K
5
// Available under the terms of Creative Commons Zero v1.0 Universal.
6

    
7
{
8
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
9
    "source_name": "admin-tengointernet-com-fix-login-tos",
10
    "copyright":  [
11
	// The text of the LicenseRef- GPL also gets included in the report.
12
	{"file": "report.spdx"},
13
	{"file": "LICENSES/CC0-1.0.txt"}
14
    ],
15
    "additional_files": [
16
	{"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"}
17
    ],
18
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/admin-tengointernet-com-fix-login-tos",
19
    "comment": "this package can only be tested when connecting to a specific WiFi portal",
20
    "definitions": [{
21
        "type":        "mapping_and_resource",
22
        "identifier":  "admin-tengointernet-com-fix-login-tos",
23
        "long_name":   "Tengo Internet login ToS display fix",
24
        "uuid":        "a4cfb453-c792-4877-9b43-b60833f56ec7",
25
        "version":     [2022, 6, 28],
26
        "revision":    1,
27
        "description": "Show the terms of service on the Tengo Internet login page without relying on site-served JavaScript.",
28
        "scripts":     [{"file": "tengo-tos.js"}],
29
        "payloads": {
30
            "https://admin.tengointernet.com/login/users/click-connect": {
31
                "identifier": "admin-tengointernet-com-fix-login-tos"
32
            }
33
        }
34
    }],
35
    "reuse_generate_spdx_report": true
36
}
(1-1/2)