Skip to content

chore: remove deprecated browserconfig.xml (clears last CA scan warning)#11

Merged
sethpjohnson merged 1 commit into
mainfrom
claude/ca-remove-browserconfig
Jul 18, 2026
Merged

chore: remove deprecated browserconfig.xml (clears last CA scan warning)#11
sethpjohnson merged 1 commit into
mainfrom
claude/ca-remove-browserconfig

Conversation

@sethpjohnson

Copy link
Copy Markdown
Owner

Optional cleanup to get a spotless Community Applications scan.

The CA scanner walks the whole repo and flags any XML that isn't an app template (there's no ignore mechanism). The only such file was internal/api/static/browserconfig.xml — a deprecated Windows 8/10 pinned-tile config that modern browsers ignore — which produced the not_unraid_application: 1 warning.

Change

  • Remove internal/api/static/browserconfig.xml and its now-dangling <meta name="msapplication-config"> tag in index.html.
  • Favicons (the .png/.ico files) are untouched and still work.
  • go:embed static/* is a glob, so the build is unchanged (verified go build ./...).

After this, the repo's only XML files are templates/only-fan-controller.xml (the app) and ca_profile.xml (the profile) — a clean scan.

Note: this is cosmetic for the scan — the submission already passes (no hard errors, 1 valid app). Skip merging if you'd rather keep browserconfig.

🤖 Generated with Claude Code

The Community Applications scanner flags every non-template XML in the repo
(there is no ignore mechanism), which produced a 'not_unraid_application'
warning for browserconfig.xml. It is a deprecated Windows 8/10 pinned-tile
config that modern browsers ignore, and it was the only non-template XML in
the repo. Removing it and its dangling msapplication-config meta tag leaves
only the CA template and ca_profile.xml. Favicons are unaffected;
go:embed static/* is a glob so the build is unchanged.

Co-Authored-By: Claude <noreply@anthropic.com>
@sethpjohnson
sethpjohnson merged commit 808e1bf into main Jul 18, 2026
2 checks passed
@sethpjohnson
sethpjohnson deleted the claude/ca-remove-browserconfig branch July 18, 2026 03:02
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.

1 participant