Add enterprise webhook policy parity across ADMX, deployment templates and docs#128
Open
Zacgoose wants to merge 1 commit intoCyberDrain:devfrom
Open
Add enterprise webhook policy parity across ADMX, deployment templates and docs#128Zacgoose wants to merge 1 commit intoCyberDrain:devfrom
Zacgoose wants to merge 1 commit intoCyberDrain:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive genericWebhook configuration support across all enterprise deployment methods for the Check Microsoft 365 Phishing Protection extension. The changes establish parity between Windows ADMX policies, macOS/Linux deployment scripts, registry templates, and documentation.
Changes:
- Added genericWebhook configuration with enabled flag, URL, and event types to all deployment templates and scripts
- Extended Windows ADMX/ADML policy definitions for both Edge and Chrome to include webhook settings
- Updated PowerShell scripts (Deploy, Test, Remove) to handle webhook configuration and cleanup
- Enhanced documentation to reference webhook configuration and supported event types
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| enterprise/macos-linux/deploy-extension-prefs.sh | Added genericWebhook dict to plist creation with enabled, url, and events array |
| enterprise/macos-linux/check-extension-config.mobileconfig | Added genericWebhook managed preference structure for macOS deployments |
| enterprise/macos-linux/README.md | Documented genericWebhook settings and updated customization instructions |
| enterprise/admx/en-US/Check-Extension.adml | Added user-facing strings and presentations for webhook policies (Edge and Chrome) |
| enterprise/admx/Check-Extension.admx | Added policy definitions for webhook enabled flag, URL, and event types list |
| enterprise/Test-Extension-Policy.ps1 | Added webhook configuration testing with events array handling |
| enterprise/Remove-Windows-Chrome-and-Edge.ps1 | Added cleanup logic for webhook registry keys and numbered event properties |
| enterprise/README.md | Added reference to webhook documentation |
| enterprise/Check-Extension-Policy.reg | Added webhook registry structure with example event configuration |
| docs/deployment/chrome-edge-deployment-instructions/windows/manual-deployment.md | Added webhook configuration instructions with documentation reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.