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...
- tags: firefox-webextensions, 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+
- tags: python, permissions
- source code
https://github.com/dfunckt/django-rules
A tiny but powerful app providing object-level permissions to Django, without requiring a database.
- tags: python, permissions
- source code