https://github.com/adamzammit/scriptxsspermissions
LimeSurvey plugin to make question script and XSS filter permissions user based instead of global
https://github.com/adamzammit/scriptxsspermissions
limesurvey limesurvey-plugin permissions plugin
Last synced: 3 months ago
JSON representation
LimeSurvey plugin to make question script and XSS filter permissions user based instead of global
- Host: GitHub
- URL: https://github.com/adamzammit/scriptxsspermissions
- Owner: adamzammit
- License: gpl-3.0
- Created: 2023-08-10T23:39:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T04:52:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T20:13:25.518Z (5 months ago)
- Topics: limesurvey, limesurvey-plugin, permissions, plugin
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LimeSurvey ScriptXSSPermissions plugin
LimeSurvey plugin to make question script and XSS filter permissions user based instead of global## Requirements
- LimeSurvey 6.X## Installation instructions
- Download the zip from the [releases](https://github.com/adamzammit/ScriptXSSPermissions/releases) page and extract to your plugins folder.## Usage
- Enable the plugin
- Enable "Filter HTML for XSS" in Global settings
- Enable "Disable question script for XSS restricted user" in Global settings
- Assign the "Allow question javascript editing" update permission to those who need to edit javascript
- Assign the "Disable XSS filter" update permission to those who can be trusted not to need XSS filtering## Acknowledgements
- LimeSurvey: https://github.com/LimeSurvey/LimeSurvey
## LicenceGPLv3