Logo
Explore Help
Sign In
SecureBitChat/securebit-chat
1
0
Fork 0
You've already forked securebit-chat
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
main
securebit-chat/node_modules/qrcode/lib/renderer/svg.js

20 lines
532 B
JavaScript
Raw Permalink Normal View History

feat(security,ui): self-host React deps, Tailwind, fonts; strict CSP; local QR; better selection state Replace CDN React/ReactDOM/Babel with local libs; remove Babel and inline scripts Build Tailwind locally, add safelist; switch to assets/tailwind.css Self-host Font Awesome and Inter (CSS + woff2); remove external font CDNs Implement strict CSP (no unsafe-inline/eval; scripts/styles/fonts from self) Extract inline handlers; move PWA scripts to external files Add local QR code generation (qrcode lib) and remove api.qrserver.com Improve SessionTypeSelector visual selection (highlighted background and ring) Keep PWA working with service worker and offline assets Refs: CSP hardening, offline-first, no external dependencies
2025-09-08 16:04:58 -04:00
const svgTagRenderer = require('./svg-tag')
exports.render = svgTagRenderer.render
exports.renderToFile = function renderToFile (path, qrData, options, cb) {
if (typeof cb === 'undefined') {
cb = options
options = undefined
}
const fs = require('fs')
const svgTag = exports.render(qrData, options)
const xmlStr = '<?xml version="1.0" encoding="utf-8"?>' +
'<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">' +
svgTag
fs.writeFile(path, xmlStr, cb)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 111ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API