mirror of
https://github.com/TommyTran732/Microsoft-Edge-Policies
synced 2024-11-09 04:11:34 -05:00
Compare commits
2 Commits
daf6c95788
...
31458ce52d
Author | SHA1 | Date | |
---|---|---|---|
31458ce52d | |||
3adc9df6db |
@ -29,17 +29,17 @@ umask 022
|
||||
mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences'
|
||||
```
|
||||
|
||||
Create `/Library/PrivSec Corporation/scripts/apply_prefs.sh`:
|
||||
Create `/Library/Tomster Corporation/scripts/apply_prefs.sh`:
|
||||
|
||||
```
|
||||
#!/bin/zsh
|
||||
/bin/sleep 5
|
||||
/bin/cp -r '/Library/PrivSec Corporation/prefs/' '/Library/Managed Preferences/'
|
||||
/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/'
|
||||
```
|
||||
|
||||
Set the correct permission:
|
||||
```zsh
|
||||
chmod 744 /Library/PrivSec Corporation/scripts/apply_prefs.sh
|
||||
chmod 744 '/Library/Tomster Corporation/scripts/apply_prefs.sh'
|
||||
```
|
||||
|
||||
Put the managed policies at `/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist`
|
||||
|
7
Windows/Native Messaging.md
Normal file
7
Windows/Native Messaging.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Native Messaging
|
||||
|
||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Native Messaging`
|
||||
|
||||
| Group Policy | Policy equivalent |
|
||||
|-------------------------------------------------------|-------------------------------------|
|
||||
| Configure Native Messaging block list -> Enabled -> * | NativeMessagingBlocklist: [ "*" ], |
|
6
Windows/Other Policies.md
Normal file
6
Windows/Other Policies.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Other Policies
|
||||
|
||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge`
|
||||
|
||||
| Group Policy | Policy equivalent |
|
||||
|---------------------------------------------------|--------------------------------------------|
|
7
Windows/Password manager and protection.md
Normal file
7
Windows/Password manager and protection.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Password manager and protection
|
||||
|
||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Password manager and protection`
|
||||
|
||||
| Group Policy | Policy equivalent |
|
||||
|--------------------------------------------------------------|-------------------------------------|
|
||||
| Enable saving passwords to the password manager -> Disabbled | PasswordManagerEnabled": false |
|
7
Windows/Performance.md
Normal file
7
Windows/Performance.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Performance
|
||||
|
||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Performance`
|
||||
|
||||
| Group Policy | Policy equivalent |
|
||||
|---------------------------------------------------|--------------------------------------------|
|
||||
| Pin browser essentials toolbar button -> Disabled | PinBrowserEssentialsToolbarButton : false |
|
7
Windows/Private Network Request Settings.md
Normal file
7
Windows/Private Network Request Settings.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Private Network Request Settings
|
||||
|
||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Private Network Request Settings`
|
||||
|
||||
| Group Policy | Policy equivalent |
|
||||
|---------------------------------|------------------------------------------------------------------|
|
||||
| Specifies whether to allow websites to make requests to more private-network endpoints -> Disabled | InsecurePrivateNetworkRequestsAllowed": false |
|
Loading…
Reference in New Issue
Block a user