From 65c5a9112b4a5fd7b5163cc339fa8a2954f1a738 Mon Sep 17 00:00:00 2001 From: chasemrs Date: Fri, 8 May 2026 00:02:11 -0300 Subject: [PATCH 1/2] Fixed image loading bug --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a821ba4c8..2e1c626d8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -20,7 +20,7 @@ } ], "security": { - "csp": "default-src 'self'; img-src 'self' data: asset:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ipc: http://ipc.localhost" + "csp": null } }, "bundle": { From ae4c3e80171d3768e01691e7680a00e784d61f88 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Lopez Date: Mon, 11 May 2026 20:44:12 +0200 Subject: [PATCH 2/2] fix(changelog): updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9546bba..e4ca95e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Fixed old-save and migration compatibility issues around champion data, profile images, role casing, corrupted locale JSON and DB schema evolution. Thanks @NicoRuedaA. (#121, #122, #124) - Fixed Dashboard crash caused by conditional hooks and several ChampionPage/ChampionsWorld navigation issues. Thanks @NicoRuedaA. (#121, #124) - Fixed Rust test compilation and DB runtime test expectations after the migration work. Thanks @aalonsolopez. (#196, #198) +- Fixed Critical issue where some images didn't loaded properly. Thanks @chasemrs. ### Chores