Skip to content
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

[Help] Push configuration settings with Group Policy #1226

Closed
pullrequestluke opened this issue Oct 6, 2020 · 2 comments
Closed

[Help] Push configuration settings with Group Policy #1226

pullrequestluke opened this issue Oct 6, 2020 · 2 comments

Comments

@pullrequestluke
Copy link

Please complete the following information when submitting a feature request or bug report.

  • Extension version: v7.1.6
  • Browser name & version: Chrome, 85.0.4183.121 (x64)
  • Operating system & version: W10 (x64) / WServer

After founding out the existance of The Great Suspender I've pushed the extension to our test-user using Windows Group Policy.. Our test-user is able to use the extension but now I'm stuck at our next step... We're trying to push configuration settings through Windows Group Policy.

I've found the settings but where can i define those settings in Windows Group Policy?

Windows Group Policies
It is possible to force settings by defining group policies on Microsoft Windows.
The whitelist is stored internally as a string, with one URL per line.
The following settings can be defined:
SCREEN_CAPTURE (string, default: '0')
SCREEN_CAPTURE_FORCE (boolean, default: false)
SUSPEND_IN_PLACE_OF_DISCARD (boolean, default: false)
DISCARD_IN_PLACE_OF_SUSPEND (boolean, default: false)
USE_ALT_SCREEN_CAPTURE_LIB (boolean, default: false)
DISCARD_AFTER_SUSPEND (boolean, default: false)
IGNORE_WHEN_OFFLINE (boolean, default: false)
IGNORE_WHEN_CHARGING (boolean, default: false)
UNSUSPEND_ON_FOCUS (boolean, default: false)
IGNORE_PINNED (boolean, default: true)
IGNORE_FORMS (boolean, default: true)
IGNORE_AUDIO (boolean, default: true)
IGNORE_ACTIVE_TABS (boolean, default: true)
IGNORE_CACHE (boolean, default: false)
ADD_CONTEXT (boolean, default: true)
SYNC_SETTINGS (boolean, default: true)
SUSPEND_TIME (string (minutes), default: '60')
NO_NAG (boolean, default: false)
WHITELIST (string (one URL per line), default: '')
THEME (string, default: 'light')

@aciidic
Copy link

aciidic commented Oct 23, 2020

This is possible in v7.1.8 (download from source, it's not yet on web store)

See #1174 (comment)

@pullrequestluke
Copy link
Author

Great work and thank you for the heads-up. I'll close this case and waiting for progress in #1174.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants