v6.8.3: private project files are no longer published with the site
This commit is contained in:
+19
-19
@@ -30,18 +30,18 @@
|
||||
|
||||
<!-- PWA Manifest -->
|
||||
<link rel="manifest" href="/fr/manifest.json">
|
||||
<link rel="icon" type="image/x-icon" href="/logo/favicon.ico?v=1789190079159">
|
||||
<link rel="icon" type="image/x-icon" href="/logo/favicon.ico?v=1790203273757">
|
||||
|
||||
<!-- Blocking, and above the stylesheet on purpose: this stamps data-theme on <html>
|
||||
from localStorage while the parser is still in <head>, so the page paints in the
|
||||
chosen theme on the first frame instead of flashing dark and correcting itself.
|
||||
Cannot be inline (CSP is script-src 'self') and cannot be a module (deferred). -->
|
||||
<script src="/src/scripts/theme-boot.js?v=1789190079159"></script>
|
||||
<script src="/src/scripts/theme-boot.js?v=1790203273757"></script>
|
||||
|
||||
<!-- Blocking, and in <head> on purpose: beforeinstallprompt fires once and is
|
||||
not replayed, so the listener has to exist before Chrome decides the page
|
||||
is installable. Deferred/module scripts are already too late. -->
|
||||
<script src="/src/scripts/pwa-install-capture.js?v=1789190079159"></script>
|
||||
<script src="/src/scripts/pwa-install-capture.js?v=1790203273757"></script>
|
||||
|
||||
<!-- PWA Meta Tags -->
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
@@ -116,7 +116,7 @@
|
||||
<link rel="apple-touch-startup-image" media="screen and (device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="/logo/splash/splash_screens/8.3__iPad_Mini_portrait.png">
|
||||
|
||||
<!-- Apple Touch Icons -->
|
||||
<link rel="apple-touch-icon" href="/logo/icon-180x180.png?v=1789190079159">
|
||||
<link rel="apple-touch-icon" href="/logo/icon-180x180.png?v=1790203273757">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/logo/icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/logo/icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/logo/icon-72x72.png">
|
||||
@@ -125,7 +125,7 @@
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/logo/icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/logo/icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/logo/icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/logo/icon-180x180.png?v=1789190079159">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/logo/icon-180x180.png?v=1790203273757">
|
||||
|
||||
<!-- Microsoft Tiles -->
|
||||
<meta name="msapplication-TileColor" content="#ff6b35">
|
||||
@@ -264,7 +264,7 @@
|
||||
<!-- Render-blocking JS is deferred: classic deferred scripts and module scripts
|
||||
both execute in document order after parsing, so React still runs before the
|
||||
app modules below, but the parser / first paint is no longer blocked. -->
|
||||
<script defer src="/config/ice-servers.js?v=1789190079159"></script>
|
||||
<script defer src="/config/ice-servers.js?v=1790203273757"></script>
|
||||
<script defer src="/libs/react/react.production.min.js"></script>
|
||||
<script defer src="/libs/react-dom/react-dom.production.min.js"></script>
|
||||
<!-- Prism syntax highlighting (vendored, offline). Tokenizes code as TEXT only —
|
||||
@@ -278,8 +278,8 @@
|
||||
the end of <body>: 21 KB of CSS in total, but eight round trips before the
|
||||
browser could paint, which GTmetrix measured at 441 ms on a throttled mobile
|
||||
connection. Bytes were never the problem; requests were. -->
|
||||
<link rel="stylesheet" href="/assets/app.css?v=1789190079159">
|
||||
<link rel="icon" type="image/x-icon" href="/logo/favicon.ico?v=1789190079159">
|
||||
<link rel="stylesheet" href="/assets/app.css?v=1790203273757">
|
||||
<link rel="icon" type="image/x-icon" href="/logo/favicon.ico?v=1790203273757">
|
||||
<!-- Preload only the fonts needed for first paint. Inter is one variable file that
|
||||
answers for every weight, so there is one to preload rather than the two of five
|
||||
copies this used to name. fa-solid covers the bulk of UI icons; fa-regular and
|
||||
@@ -287,19 +287,19 @@
|
||||
<link rel="preload" href="/assets/fontawesome/webfonts/fa-solid-900.subset.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/assets/fonts/inter/files/inter-latin.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<!-- Non-critical CSS (FontAwesome ~102KB, Prism) loaded async — no longer blocks paint. -->
|
||||
<script defer src="/src/scripts/load-async-css.js?v=1789190079159"></script>
|
||||
<script defer src="/src/scripts/load-async-css.js?v=1790203273757"></script>
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="/libs/prism/prism.css">
|
||||
</noscript>
|
||||
<script defer src="/src/scripts/fa-check.js?v=1789190079159"></script>
|
||||
<script defer src="/src/scripts/fa-check.js?v=1790203273757"></script>
|
||||
<!-- This locale's dictionary, registered before anything can ask for a string.
|
||||
Only the default locale's is bundled (src/i18n/index.js imports it, because t()
|
||||
falls back to it); every other page loads its own here instead of all thirteen
|
||||
riding along inside dist/app.js. Absent on the default locale's own page. -->
|
||||
<script type="module" src="/src/i18n/dict/fr.js?v=1789190079159"></script>
|
||||
<script type="module" src="/src/i18n/dict/fr.js?v=1790203273757"></script>
|
||||
<!-- Update Manager - система принудительного обновления -->
|
||||
<script defer src="/src/utils/updateManager.js?v=1789190079159"></script>
|
||||
<script type="module" src="/src/components/UpdateChecker.jsx?v=1789190079159"></script>
|
||||
<script defer src="/src/utils/updateManager.js?v=1790203273757"></script>
|
||||
<script type="module" src="/src/components/UpdateChecker.jsx?v=1790203273757"></script>
|
||||
<!-- /dist/qr-local.js is deliberately absent: app-boot.js fetches it once the
|
||||
app has mounted and the browser is idle, so the 142 KB it weighs is off the
|
||||
first load. src/components/QRScanner.js used to be here too and registered
|
||||
@@ -487,12 +487,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="/dist/app-boot.js?v=1789190079159"></script>
|
||||
<script type="module" src="/dist/app.js?v=1789190079159"></script>
|
||||
<script type="module" src="/dist/app-boot.js?v=1790203273757"></script>
|
||||
<script type="module" src="/dist/app.js?v=1790203273757"></script>
|
||||
|
||||
<script defer src="/src/scripts/pwa-register.js?v=1789190079159"></script>
|
||||
<script src="/src/pwa/install-prompt.js?v=1789190079159" type="module"></script>
|
||||
<script src="/src/pwa/pwa-manager.js?v=1789190079159" type="module"></script>
|
||||
<script defer src="/src/scripts/pwa-offline-test.js?v=1789190079159"></script>
|
||||
<script defer src="/src/scripts/pwa-register.js?v=1790203273757"></script>
|
||||
<script src="/src/pwa/install-prompt.js?v=1790203273757" type="module"></script>
|
||||
<script src="/src/pwa/pwa-manager.js?v=1790203273757" type="module"></script>
|
||||
<script defer src="/src/scripts/pwa-offline-test.js?v=1790203273757"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user