FC26-Meta — public compliance (no hotlinking/scraping, local faces, clearer docs) - #1
Merged
Merged
Conversation
…ocal SVG faces; clarify data provenance & independence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objectif
Conformité publique : supprimer uniquement les risques démontrés, en gardant le dépôt public, fonctionnel et sans refonte.
Changements
assets/fc26-command-center.js:fc26CatalogFaceImgHtmlrend désormais toujours le placeholder SVG local (fin du fetch d'image tierce, dureferrerpolicy="no-referrer"et de la chaîneonerror). Suppression des builders d'URL SoFIFA (fc26SofifaFaceChainFromUrl,fc26SofifaDefaultFaceUrlFromPlayerId) et du handlerfc26FaceOnError. Normalisationface: ''. Messages utilisateurs ne pointant plus vers un script supprimé.scripts/build-fc26-cards-catalog.mjs,scripts/backfill-sofifa-faces.mjs(non requis au runtime).scripts/verify-fc26.mjs: avertissement ne référence plus le script supprimé.README.md: sections « Data, sources & scope » + « Independence & trademarks » — origine des données, limites, démonstration technique indépendante, non-affiliation (EA Sports / SoFIFA / clubs / joueurs), aucune image tierce stockée ou requêtée, aucun scraping.Frontière public / privé
Aucun contenu privé touché. Aucun secret, clé ou
.env.Validations exécutées — résultats exacts
node --check(app + verify) : ✅ syntaxe validenode scripts/verify-fc26.mjs: ✅ VERIFY OK (bundle 2026.04.19.43 · 13 formations)Régression
Aucune. Squad-builder, catalogue, tactiques,
localStorage: inchangés. Seul changement voulu : les visages joueurs s'affichent en placeholder SVG (initiales) au lieu de photos hotlinkées — c'était déjà le comportement de repli.Risques résiduels
cdn.sofifa.netsubsistent comme données inertes dansdata/fc26-cards-catalog.json(~18k, jamais requêtées par le code). Retrait possible en option (réécriture du fichier data) — hors scope de ce lot, à décider séparément.LICENSE(hors scope de ce lot).Checklist validation PO