Compare commits

...
Author SHA1 Message Date
Paul BakausandClaude Opus 4.7 1d73844a0a fix(site): remove dev-only live.js inject tags from production pages
public/index.html and public/privacy.html shipped to Cloudflare with
`<script src="http://localhost:8400/live.js">` inject tags left over
from a local /impeccable live session. On impeccable.style this
triggered Chrome's private-network-access prompt ("impeccable.style
wants to access other apps and services on this device") on every
page load.

The inject is dev-only scaffolding added by live-inject.mjs and
normally stripped by live-server.mjs stop. Both remaining copies
removed; next live session re-injects them locally.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 18:20:58 -07:00
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1219,8 +1219,5 @@
<script type="module" src="./app.js"></script> <script type="module" src="./app.js"></script>
<!-- impeccable-live-start -->
<script src="http://localhost:8400/live.js"></script>
<!-- impeccable-live-end -->
</body> </body>
</html> </html>
-3
View File
@@ -76,8 +76,5 @@
<h2>Contact</h2> <h2>Contact</h2>
<p>Questions about this policy? Open an issue on <a href="https://github.com/pbakaus/impeccable">GitHub</a> or reach out to <a href="https://x.com/pbakaus">@pbakaus</a>.</p> <p>Questions about this policy? Open an issue on <a href="https://github.com/pbakaus/impeccable">GitHub</a> or reach out to <a href="https://x.com/pbakaus">@pbakaus</a>.</p>
</main> </main>
<!-- impeccable-live-start -->
<script src="http://localhost:8400/live.js"></script>
<!-- impeccable-live-end -->
</body> </body>
</html> </html>