1
|
<!--
|
2
|
SPDX-License-Identifier: GPL-3.0-or-later OR CC-BY-SA-4.0
|
3
|
|
4
|
Catch-all script-blocking policy setting dialog
|
5
|
|
6
|
This file is part of Haketilo.
|
7
|
|
8
|
Copyright (C) 2021 Wojtek Kosior <koszko@koszko.org>
|
9
|
|
10
|
File is dual-licensed. You can choose either GPLv3+, CC BY-SA or both.
|
11
|
|
12
|
This program is free software: you can redistribute it and/or modify
|
13
|
it under the terms of the GNU General Public License as published by
|
14
|
the Free Software Foundation, either version 3 of the License, or
|
15
|
(at your option) any later version.
|
16
|
|
17
|
This program is distributed in the hope that it will be useful,
|
18
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20
|
GNU General Public License for more details.
|
21
|
|
22
|
You should have received a copy of the GNU General Public License
|
23
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
24
|
|
25
|
I, Wojtek Kosior, thereby promise not to sue for violation of this file's
|
26
|
licenses. Although I request that you do not make use of this code in a
|
27
|
proprietary program, I am not going to enforce this in court.
|
28
|
-->
|
29
|
|
30
|
<!--
|
31
|
This is not a standalone page. This file is meant to be imported into other
|
32
|
HTML code.
|
33
|
-->
|
34
|
|
35
|
#LOADCSS html/reset.css
|
36
|
#LOADCSS html/base.css
|
37
|
<span id="blocking_policy_span">
|
38
|
Default policy for unmatched pages is to
|
39
|
<span id="current_policy_span" class="bold">...</span>
|
40
|
their own scripts.
|
41
|
<button id="toggle_policy_but">Toggle policy</button>
|
42
|
</span>
|
43
|
#LOADJS html/default_blocking_policy.js
|