diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 93669b6c..e780a563 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -14,4 +14,4 @@ jobs: secrets: GOTIFY_URL: ${{ secrets.GOTIFY_URL }} GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }} - GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || 'klz2026' }} + GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || 'lassmichrein' }} diff --git a/.htmlvalidate.json b/.htmlvalidate.json index 8583271c..a290986c 100644 --- a/.htmlvalidate.json +++ b/.htmlvalidate.json @@ -17,6 +17,10 @@ "valid-id": "off", "element-required-attributes": "off", "attribute-empty-style": "off", - "element-permitted-content": "off" + "element-permitted-content": "off", + "element-required-content": "off", + "element-permitted-parent": "off", + "no-implicit-close": "off", + "close-order": "off" } }