Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.93 KB

permissions.md

File metadata and controls

30 lines (25 loc) · 1.93 KB

Bookmarks tagged [permissions]

https://extensionworkshop.com/documentation/develop/test-permission-requests/

Your extension may contain two types of permission request: install time and runtime permission requests. This page explains how you can test the way your users will see requests for these permissions...


https://developer.chrome.com/extensions/declare_permissions

To use most chrome.* APIs, your extension or app must declare its intent in the "permissions" field of the manifest. Each permission can be either one of a list of known strings (such as "geolocation"...


https://github.com/django-guardian/django-guardian

Implementation of per object permissions for Django 1.2+


https://github.com/dfunckt/django-rules

A tiny but powerful app providing object-level permissions to Django, without requiring a database.