From 9fee861c15ca983018d4d6e01e6c153b99f1550c Mon Sep 17 00:00:00 2001 From: Alejandro Akbal <37181533+AlejandroAkbal@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:08:06 +0700 Subject: [PATCH 1/9] Remove Fluid Player integration from post media Eliminated all Fluid Player-related code from PostMedia.vue, including lazy-loading of its CSS, player creation, and ad logic. Removed the fluid-player dependency from package.json and its exclusion from Sentry error reporting. Updated the content security policy in nuxt.config.js to retain 'unsafe-eval' for ads, but removed the specific Fluid Player comment. --- components/pages/posts/post/PostMedia.vue | 195 ++-------------------- nuxt.config.js | 11 +- package.json | 1 - sentry.client.config.ts | 1 - 4 files changed, 19 insertions(+), 189 deletions(-) diff --git a/components/pages/posts/post/PostMedia.vue b/components/pages/posts/post/PostMedia.vue index f7dcfeb4..8f688f84 100644 --- a/components/pages/posts/post/PostMedia.vue +++ b/components/pages/posts/post/PostMedia.vue @@ -1,16 +1,10 @@