awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesLocal Network Access Support

Implementing the Local Network Access specification to allow private network requests.

Distinct from Private Network Access: Specifically implements the LNA browser specification, which is distinct from general remote access or network mapping.

Explore 2 awesome GitHub repositories matching security & cryptography · Local Network Access Support. Refine with filters or upvote what's useful.

Awesome Local Network Access Support GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • adamchainz/django-cors-headersالصورة الرمزية لـ adamchainz

    adamchainz/django-cors-headers

    5,587عرض على GitHub↗

    django-cors-headers هو برنامج وسيط (Middleware) لـ Django يدير رؤوس مشاركة الموارد عبر المنشأ للتحكم في النطاقات الخارجية التي يمكنها الوصول إلى موارد الخادم. يعمل كمكون أمني لفرض سياسات التحكم في الوصول من خلال التحقق من المنشأ وإدارة الرؤوس. يوفر المشروع قدرات للقائمة البيضاء للمنشأ باستخدام أسماء المضيفين أو التعبيرات النمطية ويدعم مواصفات الوصول إلى الشبكة المحلية للسماح بالطلبات من الشبكات الخاصة. يسمح بالتحكم الدقيق عبر قيود قائمة على المسار والتحقق الديناميكي من المنشأ المدفوع بنظام إشارات. يغطي البرنامج مجالات أمان وأداء أوسع بما في ذلك إدارة بيانات الاعتماد، وتصفية الطلبات، والتحكم في عرض رؤوس الاستجابة. كما يدير تنسيق ذاكرة التخزين المؤقت عن طريق إضافة المنشأ إلى رأس التباين (Vary header) لمنع تصادم المحتوى بين طلبات مختلفة عبر المنشأ.

    Implements headers required by the Local Network Access specification to permit requests from private networks.

    Python
    عرض على GitHub↗5,587
  • cerbos/cerbosالصورة الرمزية لـ cerbos

    cerbos/cerbos

    4,460عرض على GitHub↗

    Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec

    Executes authorization logic within the application process to eliminate network latency and external dependencies.

    Goaccess-controlauthorizationgo
    عرض على GitHub↗4,460
  1. Home
  2. Security & Cryptography
  3. Local Network Access Support

استكشف الوسوم الفرعية

  • In-Process AuthorizationExecution of authorization logic directly within the application process to eliminate network round-trips. **Distinct from Local Network Access Support:** Distinct from Local Network Access Support: focuses on in-process policy evaluation rather than browser-based network security specifications.