feat: static one-pager replacement (security remediation)#8
Closed
feat: static one-pager replacement (security remediation)#8
Conversation
Context: Supabase RLS misconfiguration exposed 134 merchant signups for ~10 months. Retiring web form — all upgrades now happen in-app. Changes: - static-replacement/index.html: zero-backend one-pager Flash branding (Sora + Inter, #41ad49), dark theme, no Supabase, no API keys, no form submissions. Includes hero, 3-tier cards (Personal/Pro/Merchant), step-by-step in-app upgrade instructions, FAQ, app store badges, support links. Mobile-responsive. - static-replacement/404.html: catchall redirect to / - .github/workflows/check_pending_notifications.yml: removed (pinged Supabase on schedule — no longer needed) - .gitignore: added .env*.local and supabase/ Deploy: push static-replacement/* to gh-pages root, remove _next/* Blocked on: in-app upgrade flow verification (gate before go-live)
Author
|
Superseded by #9 — cleaner redesign by Lori. Closing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supabase RLS exposed 134 merchant signups. Retiring web form — all upgrades now in-app.
Files added:
static-replacement/index.html(zero-backend one-pager, Flash branded),static-replacement/404.htmlRemoved:
check_pending_notifications.yml(was pinging Supabase on schedule)No Supabase refs, no API keys, no form submissions. Ready to push to gh-pages once in-app upgrade flow is verified end-to-end.