awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Content Security · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesContent Security

Security mechanisms that restrict browser-side resource loading and code execution to mitigate common web vulnerabilities.

Explore 5 awesome GitHub repositories matching security & cryptography · Content Security. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Policies
  5. Web Content & Session Controls
  6. Content Security

Awesome Content Security GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • electron/electron

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    Restricts web resource loading through configurable security policies to mitigate common vulnerabilities.

    C++c-plus-pluschromecss
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Mitigates common web vulnerabilities by allowing developers to define strict policies for resource loading and script execution.

    Pythonappsdjangoframework
  • apache/superset

    apache/superset

    70,587GitHubView on GitHub↗

    Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizati

    Restricts browser-side resource loading to specific trusted domains to prevent unauthorized script execution and data injection.

    TypeScriptanalyticsapacheapache-superset
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Apply nonce attributes to dynamically generated scripts and styles to satisfy strict security requirements.

    JavaScriptamdbuild-toolcommonjs
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Restricts potentially unsafe operations like dynamic code evaluation to maintain compliance with strict browser security policies.

    JavaScript