resolve woke errors

This commit is contained in:
Aminda Suomalainen 2025-03-06 08:40:07 +02:00
parent 35d2068a40
commit 3fab6a285a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
3 changed files with 2 additions and 28 deletions

View File

@ -1,25 +0,0 @@
name: HTML5 Validator
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Required will all actions
- uses: ruby/setup-ruby@v1
with:
ruby-version: ".ruby-version"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Jekyll build
run: |
bundle exec jekyll build --drafts --profile
- name: Checks HTML5 validity
uses: Cyb3r-Jak3/html5validator-action@v7.2.0
with:
root: _site/
blacklist: n r or ir

View File

@ -23,7 +23,7 @@ configure everything on host level if it was my network).
_Threat model: service I am not aware of or that I accidentally make listen
wider than intended, with UFW I am aware of what ports are allowed. I assume any
mobile host is going to move randomly and while some whitelists (especially
mobile host is going to move randomly and while some allowlists (especially
link-local and IPv4 LANs) will overlap and possibly allow access, it's still
better than being open to the internet and overlay networks that I have
interacted with recently._
@ -55,7 +55,7 @@ ufw allow 60000:61000/udp
- 22 TCP/ssh — Allow acces to SSHd you don't want to lock yourself out.
- previously I used `ufw limit` but it seems to be too oversensitive, just use
SSHGuard.
- Deny incoming connections unless the port has been whitelisted.
- Deny incoming connections unless the port has been allowlisted.
- Allow all outgoing connections, keeping list of authorized ports would be too
much for me.
- Start ufw on boot and now (I am not sure if this step is required, but better

View File

@ -5,7 +5,6 @@ redirect_from:
- r/effdntlist.html
- r/effdnt.html
- r/dntallowlist.html
- r/dntwhitelist.html
- r/dntlist.html
sitemap: false
---