diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index 15e8e56..28e6320 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/next.config.ts b/next.config.ts index 197703b..fc1e915 100644 --- a/next.config.ts +++ b/next.config.ts @@ -32,7 +32,11 @@ const nextConfig: NextConfig = { const contentSecurityPolicy = [ "default-src 'self'", "script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com", - "style-src 'self' https://fonts.googleapis.com", + // 'unsafe-inline' for style-src: server-rendered style attributes (safe-area + // insets, next/image sizing, animation stagger delays) and Next.js-injected + //