Skip to content
View fabric0de's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report fabric0de

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fabric0de/README.md

JungHyeon

Reading code, understanding systems, and staying close to the work.

Even if AI writes more code, I still want to stay close to code by reading it, understanding it, and solving the problems hidden inside it. If AI helps me see code more clearly, then I still want development to remain part of my everyday life.

daily quizweekday themesarchive

🧩 Daily Development Quiz

One question a day, generated automatically and added to a growing archive.

❓ What is the purpose of a Content Security Policy (CSP) in web security?

🗓️ Web Security • 🟡 intermediate • 🏷️ Web Security CSP XSS Security • 📅 20260902


💡 Show Answer

A Content Security Policy (CSP) is a security feature that helps prevent cross-site scripting (XSS) attacks by specifying which sources of content are allowed to be executed within a web page.

It does this by defining a set of allowed sources for scripts, stylesheets, and other types of content.

For example, a CSP might specify that only scripts from the same origin as the web page are allowed to be executed.

This can help prevent an attacker from injecting malicious scripts into a web page.

CSP is typically implemented using a header in the HTTP response that specifies the allowed sources of content.

For example:

Content-Security-Policy: script-src 'self';


See every previous question in the quiz archive.

Pinned Loading

  1. fabric0de fabric0de Public

    Hello! I'm JungHyeon KIM

    TypeScript

  2. sentry-mcp-server-zed sentry-mcp-server-zed Public

    Zed extension that runs @sentry/mcp-server in stdio mode.

    Rust 3

  3. Cross-Editor-Configuration-Sync Cross-Editor-Configuration-Sync Public

    Sync your IDE settings, keybindings, snippets, and profiles across different editors with ease!

    TypeScript 1