This commit is contained in:
cay 2026-03-29 10:58:27 +01:00
parent 9ecb91bbac
commit 578f5092a5
13 changed files with 5 additions and 5 deletions

8
app.js
View File

@ -1,4 +1,4 @@
require("dotenv").config(); require("dotenv").config();
const express = require("express"); const express = require("express");
const path = require("path"); const path = require("path");
@ -21,8 +21,8 @@ const avatar = require("./routes/avatar");
const equip = require("./routes/equip"); const equip = require("./routes/equip");
const equipment = require("./routes/equipment"); const equipment = require("./routes/equipment");
const blackmarket = require("./routes/blackmarket"); const blackmarket = require("./routes/blackmarket");
const mineRoute = require("./routes/mine"); const mineRoute = require("./routes/mine_route");
const arenaRoutes = require("./routes/arena"); const arenaRoutes = require("./routes/routes_arena");
const { registerArenaHandlers } = require("./sockets/arena"); const { registerArenaHandlers } = require("./sockets/arena");
const { registerChatHandlers } = require("./sockets/chat"); const { registerChatHandlers } = require("./sockets/chat");
@ -55,7 +55,7 @@ app.use(
directives: { directives: {
defaultSrc: ["'self'"], defaultSrc: ["'self'"],
scriptSrc: ["'self'", "'unsafe-inline'"], scriptSrc: ["'self'", "'unsafe-inline'"],
scriptSrcAttr: ["'none'"], scriptSrcAttr: ["'unsafe-inline'"],
styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"], styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"],
fontSrc: ["'self'", "https://fonts.gstatic.com"], fontSrc: ["'self'", "https://fonts.gstatic.com"],
imgSrc: ["'self'", "data:"], imgSrc: ["'self'", "data:"],

View File

@ -212,7 +212,7 @@
width: 20px; width: 20px;
height: 20px; height: 20px;
flex-shrink: 0; flex-shrink: 0;
background: url("/images/items/blauer%20cristal.png") center / contain background: url("/images/items/blauer-cristal.png") center / contain
no-repeat; no-repeat;
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
vertical-align: middle; vertical-align: middle;

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 893 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB