No description
Find a file
King Omar 639d1eaa49 Fix WP media proxy: use resolveOverride instead of raw IP fetch
Fetching https://[IP] fails SSL (cert is for the domain, not the IP).
Fetching http://[IP] may get upgraded to HTTPS by the zone policy.

resolveOverride lets Workers fetch the domain URL (TLS verifies correctly
against careersgateway.com.au) while routing the TCP connection directly
to the LiteSpeed origin at 62.169.17.14, bypassing the Worker route loop.
Allowed on any plan for hostnames belonging to the same zone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-10 15:08:24 +10:00
migrations Add admin panel, announcements/specials system, homepage popup 2026-07-10 15:00:16 +10:00
src Fix WP media proxy: use resolveOverride instead of raw IP fetch 2026-07-10 15:08:24 +10:00
.gitignore Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
google-apps-script.js Add Google Sheets webhook, email to Cgabijendra@gmail.com, WhatsApp button 2026-07-10 13:41:22 +10:00
package-lock.json Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
package.json Initial build: CareersGateway portal with CRICOS search, auth, Konpare OSHC widget, Kondesk lead push 2026-07-10 12:40:37 +10:00
wrangler.toml Add daily document expiry cron + update VAC fees to 2025-26 2026-07-10 14:46:00 +10:00