812e81e220acfbd2130fc04bb5a9bb1c14205526
style-src 'self' (without unsafe-inline) silently blocks style="..." attributes introduced via innerHTML — the CSS parses fine and the attribute is present in the DOM, but the browser never applies it, so every bar rendered at its track's full width regardless of its real percentage. script-src stays locked down; this only loosens CSS, and no untrusted external content is ever rendered into a style attribute here. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
27 MiB
Languages
JavaScript
57.9%
HTML
34.8%
Python
6.4%
CSS
0.9%