-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional secure browser configurations #109
Add additional secure browser configurations #109
Conversation
…out-proctoring Provision secure browser without proctoring
105 app id tagged for incorrect org
fix/sb without proctoring
- Introduced new parameters for secure browser configurations, including blacklisted software for Windows and Mac, screen protection, and minimize options. - Updated `startProview` function to handle new secure browser parameters. - Modified `redirect_to_wrapper` and `create_sb_wrapper` functions to incorporate secure browser settings. - Enhanced `datastore.php` to populate secure browser settings based on quiz access proctor settings. - Bumped plugin version to 2024110401.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Description
Github Issue
Checklist before requesting a review
Type of change
PR Type
Enhancement
Description
redirect_to_wrapper
andcreate_sb_wrapper
to handle secure browser configurations, including blacklisted software and screen protection.startProview
function to handle additional secure browser parameters such as blacklisted software and kiosk mode.Changes walkthrough 📝
tracker.php
Add secure browser configuration handling in tracker API
classes/local/api/tracker.php
redirect_to_wrapper
andcreate_sb_wrapper
functions forsecure browser handling.
software and screen protection.
injector.php
Implement Secure Browser launch logic without proctoring
classes/local/injector.php
datastore.php
Populate secure browser settings in datastore
datastore.php
frame.php
Enhance startProview with secure browser parameters
frame.php
startProview
function to include secure browser parameters.tracker.mustache
Update tracker template for Secure Browser integration
templates/tracker.mustache
version.php
Update plugin version for new release
version.php