Tagged articles
12 articles
Page 1 of 1
37 Interactive Technology Team
37 Interactive Technology Team
Jan 14, 2026 · Frontend Development

Hidden Zero‑Width Characters: How They Sabotage Front‑End Apps and How to Detect Them

Zero‑width characters are invisible Unicode symbols that can silently break form validation, URL parsing, and data storage in web applications, but with proper detection, visualization, and input‑filtering techniques developers can mitigate these hidden risks and even use them for legitimate purposes.

DebuggingUnicodedata integrity
0 likes · 6 min read
Hidden Zero‑Width Characters: How They Sabotage Front‑End Apps and How to Detect Them
大转转FE
大转转FE
Aug 19, 2025 · Frontend Development

Essential Frontend Security: Defend Against CSRF, XSS, and Clickjacking

This article explains why frontend security is critical, outlines common attacks such as CSRF, XSS (stored, reflected, DOM), and clickjacking, and provides practical defense strategies including CSRF tokens, SameSite cookies, input validation, CSP, X‑Frame‑Options, and secure coding practices for modern web developers.

CSRFSecure CodingWeb Security
0 likes · 12 min read
Essential Frontend Security: Defend Against CSRF, XSS, and Clickjacking
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2023 · Frontend Development

How to Block Debugger and Prevent Frontend Code Inspection

This article explains why developers forbid debugging in web pages, demonstrates how repeated debugger statements can hide API calls, and provides multiple counter‑measures—including breakpoint deactivation, script ignore lists, Function‑based rewrites, and advanced obfuscated code—to protect frontend JavaScript from inspection.

Anti-debuggingJavaScriptcode obfuscation
0 likes · 5 min read
How to Block Debugger and Prevent Frontend Code Inspection
php Courses
php Courses
Aug 2, 2023 · Frontend Development

Implementing Data Encryption and Secure Transmission in Vue Applications

This article explains how to protect user data in Vue applications by using HTTPS, encryption algorithms, hash functions, and digital signatures, providing practical code examples for setting up an HTTPS server with Node.js/Express, encrypting data with crypto‑js, and verifying data integrity.

cryptojsdata encryptionfrontend security
0 likes · 5 min read
Implementing Data Encryption and Secure Transmission in Vue Applications
政采云技术
政采云技术
Apr 26, 2023 · Frontend Development

An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses

This article explores various web client tracking technologies, including first-party and third-party cookies, Flash cookies, and advanced browser fingerprinting techniques like Canvas, AudioContext, and WebRTC, while also discussing practical countermeasures to protect user privacy and prevent unauthorized tracking across modern web browsers.

Anti-TrackingBrowser FingerprintingCookie Management
0 likes · 10 min read
An Introduction to Web Client Tracking Technologies: Cookies, Browser Fingerprinting, and Privacy Defenses
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 23, 2020 · Information Security

Comprehensive Summary of XSS (Cross‑Site Scripting) Attacks and Defenses

This article provides a comprehensive overview of Cross‑Site Scripting (XSS), covering its definition, impact, underlying mechanisms, classification, common injection vectors, defensive strategies, practical Q&A, and a curated list of reference resources for developers and security professionals.

Cross-site scriptingXSSfrontend security
0 likes · 16 min read
Comprehensive Summary of XSS (Cross‑Site Scripting) Attacks and Defenses
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 12, 2020 · Frontend Development

How Frontend Teams Master Safety Production: Insights from Alibaba’s D2 Forum

This article shares Alibaba front‑end engineer A Da’s background and explains the emerging focus on frontend safety production, covering why a dedicated session is needed, how it differs from general security, practical asset‑loss prevention, workflow integration, and what attendees can expect from the D2 event.

Engineeringfrontendfrontend security
0 likes · 11 min read
How Frontend Teams Master Safety Production: Insights from Alibaba’s D2 Forum
政采云技术
政采云技术
Sep 20, 2020 · Frontend Development

Understanding XSS Attacks in React

This article explains what XSS attacks are, categorizes their types, and demonstrates how React’s automatic escaping, JSX compilation, and internal element validation work together to mitigate XSS vulnerabilities while highlighting common unsafe patterns and server‑side defenses.

ReactXSSfrontend security
0 likes · 15 min read
Understanding XSS Attacks in React
Qunar Tech Salon
Qunar Tech Salon
Oct 18, 2018 · Information Security

XSS Attacks: Introduction, Classification, Prevention, and Detection

This article explains the fundamentals of Cross‑Site Scripting (XSS) attacks, presents real‑world examples, classifies stored, reflected, and DOM‑based XSS, and provides comprehensive prevention, detection, and mitigation techniques for frontend developers, including proper escaping, whitelist schemes, CSP, and secure coding practices.

CSPWeb SecurityXSS
0 likes · 27 min read
XSS Attacks: Introduction, Classification, Prevention, and Detection