Libraries tagged by permissions-policy
bepsvpt/secure-headers
5231363 Downloads
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
codebar-ag/laravel-feature-policy
12455 Downloads
Permissions-Policy (Feature-Policy) header builder and middleware for Laravel
bepsvpt/laravel-security-header
2549 Downloads
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
curly-deni/laravel-permission-policy
141 Downloads
A lightweight Laravel package for reusable, trait-based policy checks supporting CRUD, ownership, and private resource access.
philiprehberger/laravel-security-headers
237 Downloads
Laravel middleware for comprehensive security headers including CSP with nonce support, HSTS, and Permissions-Policy
jeffersongoncalves/laravel-security-headers
48 Downloads
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.
synchro/laravel-violations
6 Downloads
Client-side report handling for CSP and NEL for Laravel
make-dev/laravel-security
44 Downloads
Modern security headers for Laravel — turn-key. Strict CSP with per-request nonces and 'strict-dynamic', Subresource Integrity with smart noise filtering, HSTS, Permissions-Policy. An interactive setup wizard asks which third parties you use (GTM, HubSpot, Stripe, reCAPTCHA, and a dozen more) and wires the right directives automatically. First-party violation reporting endpoints, Filament + Livewire + Vite friendly, Vapor-ready. Laravel 11, 12, 13 on PHP 8.2+.
waughj/permissions-policy
11 Downloads
Module for easily setting web page’s permissions policy.
refinedpractice/flo-c-block
69 Downloads
Sets the HTTP response header Permissions-Policy: interest-cohort=() on all requests
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java