Skip to content

fix: remove defunct donation banner scripts and styles (#1189)#1190

Merged
ksen0 merged 3 commits intoprocessing:mainfrom
priyaa-j:fix/remove-broken-banner-links
Feb 24, 2026
Merged

fix: remove defunct donation banner scripts and styles (#1189)#1190
ksen0 merged 3 commits intoprocessing:mainfrom
priyaa-j:fix/remove-broken-banner-links

Conversation

@priyaa-j
Copy link
Contributor

Closes #1189
Description:
This PR removes defunct hardcoded references to a Netlify-hosted donation banner in BaseLayout.astro. These assets were returning 404 errors and triggering CORS policy blocks in the browser console.

Changes:
Removed <link> and <script> tags pointing to foundation-donate-banner.netlify.app.

Verification Results:
Build: Passed locally using npx astro build.
Linting: Passed locally using npm run lint.
Console: Verified that the 404 and CORS errors are no longer present in the developer tools.

@ksen0 ksen0 merged commit 43dddeb into processing:main Feb 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Broken script and style references in BaseLayout.astro causing console errors

2 participants