From 51eff0d037e3130d4681e71f6cf6b5807d4537c8 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Thu, 9 Feb 2023 23:35:16 +0100 Subject: [PATCH] formatting --- .github/workflows/docker.yaml | 4 ++-- public/index.html | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 85db67e..71619f8 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -1,7 +1,7 @@ name: Docker build on: push: - branches: [ main ] + branches: [main] jobs: build: runs-on: ubuntu-latest @@ -15,4 +15,4 @@ jobs: - uses: docker/setup-qemu-action@v1 - uses: docker/setup-buildx-action@v1 - name: Build the Docker image - run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/snort:latest --platform linux/amd64 --push . \ No newline at end of file + run: docker buildx build -t ghcr.io/${{ github.repository_owner }}/snort:latest --platform linux/amd64 --push . diff --git a/public/index.html b/public/index.html index e6a18b6..88b149a 100644 --- a/public/index.html +++ b/public/index.html @@ -11,9 +11,7 @@ content="default-src 'self'; child-src 'none'; worker-src 'self'; frame-src youtube.com www.youtube.com https://platform.twitter.com https://embed.tidal.com https://w.soundcloud.com https://www.mixcloud.com https://open.spotify.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; connect-src wss://* 'self' https://*; img-src * data:; font-src https://fonts.gstatic.com; media-src *; script-src 'self' https://static.cloudflareinsights.com https://platform.twitter.com https://embed.tidal.com;" /> - + snort.social - Nostr interface