Skip to content

Harden browser rendering#40

Draft
yazmorukyaz wants to merge 1 commit into
hasaneyldrm:mainfrom
yazmorukyaz:agent/harden-browser-rendering
Draft

Harden browser rendering#40
yazmorukyaz wants to merge 1 commit into
hasaneyldrm:mainfrom
yazmorukyaz:agent/harden-browser-rendering

Conversation

@yazmorukyaz

Copy link
Copy Markdown
Contributor

Summary

Hardens the standalone browser pages by removing innerHTML rendering paths and replacing them with DOM node creation plus textContent / replaceChildren().

This preserves the existing UI while avoiding accidental markup rendering from dataset-derived values.

Validation

  • rg -n "innerHTML" index.html setup.html || true
  • git diff --check HEAD~1..HEAD
  • Headless browser smoke test for:
    • exercise cards render
    • search updates results
    • modal opens and language tabs switch
    • setup SQL tabs switch
    • API examples update from base URL input
    • LLM prompt updates from framework/database selectors
    • SQLite SQL generation downloads

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