Files
CDN-APP-INSIDER/package.json
Dinawo 04a21927b2
All checks were successful
continuous-integration/drone/push Build is passing
Fix CORS blocking errors for CDN resources (v1.2.1-beta)
Fixed ERR_BLOCKED_BY_RESPONSE.NotSameOrigin errors by implementing proper CORS headers for public resources:
- Added Access-Control-Allow-Origin: * for public assets
- Changed Cross-Origin-Resource-Policy to cross-origin for CDN files
- Maintained strict security for sensitive routes
- Added cache control for optimal CDN performance

Affected files:
- /public/* (images, CSS, JS, fonts)
- /cdn-files/* (uploaded files)
- /attachments (file serving)
2025-10-26 00:54:39 +02:00

74 lines
1.9 KiB
JSON

{
"name": "@cdn-app/insider-myaxrin-labs-dinawo",
"version": "1.2.1-beta",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"nodemon": "nodemon server.js"
},
"author": "Dinawo - Group Myaxrin Labs",
"license": "ISC",
"dependencies": {
"@auth/express": "^0.5.1",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"axios": "^1.6.3",
"axios-debug": "^0.0.4",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"compression": "^1.7.5",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-progressbar": "^2.0.0",
"express-rate-limit": "^7.2.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"get-folder-size": "^4.0.0",
"ip": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"multiparty": "^4.2.3",
"mysql2": "^3.6.3",
"ncp": "^2.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.6",
"nodemailer": "^6.9.8",
"os-utils": "^0.0.14",
"passport": "^0.6.0",
"passport-activedirectory": "^1.4.0",
"passport-ad": "^0.0.3",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pg": "^8.11.3",
"pg-promise": "^11.5.4",
"progress": "^2.0.3",
"public-ip": "^6.0.1",
"semver": "^7.5.4",
"slugify": "^1.6.6",
"socket.io": "^4.7.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"sweetalert2": "^11.10.0",
"systeminformation": "^5.22.0",
"tailwindcss": "^3.3.5",
"toastify-js": "^1.12.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"ws": "^8.18.0"
},
"devDependencies": {
"daisyui": "^4.5.0",
"nodemon": "^3.1.4"
}
}