Marek Küthe
|
cf815240fe
|
Remove integrity for CSS
This is unnecessary when using resources that are loaded from your own site. This technique should rather be used in connection with CDNs.
|
2023-09-23 17:13:11 +02:00 |
|
Marek Küthe
|
2cc7e443fc
|
Outsource JavaScript into seperate file
In general, JS and CSS resources should be in separate files. This improves clarity and security (for example, when using CSP).
|
2023-09-23 17:12:02 +02:00 |
|
|
eb09c13ce0
|
add static html site with clientside js
|
2022-09-18 11:51:33 +02:00 |
|
Marek Küthe
|
fa4d588b69
|
make ip address strong on /
|
2022-09-14 21:28:49 +02:00 |
|
Marek Küthe
|
69eabb70b8
|
create api, site and add security improvements to apache config
Signed-off-by: Marek Küthe <m.k@mk16.de>
|
2022-09-14 20:23:48 +02:00 |
|
|
9483c68d63
|
inital; add index.php and apache2 config
|
2022-09-13 21:09:39 +02:00 |
|