mirror of
https://github.com/TommyTran732/Microsoft-Edge-Policies
synced 2024-11-23 02:31:32 -05:00
Compare commits
No commits in common. "31458ce52d3083ddf857f718a6010b7551c989c3" and "daf6c957881bed2a41eb267e63371c9ab29d5425" have entirely different histories.
31458ce52d
...
daf6c95788
@ -29,17 +29,17 @@ umask 022
|
|||||||
mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences'
|
mkdir -p '/Library/Tomster Corporation/scripts/' '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences'
|
||||||
```
|
```
|
||||||
|
|
||||||
Create `/Library/Tomster Corporation/scripts/apply_prefs.sh`:
|
Create `/Library/PrivSec Corporation/scripts/apply_prefs.sh`:
|
||||||
|
|
||||||
```
|
```
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
/bin/sleep 5
|
/bin/sleep 5
|
||||||
/bin/cp -r '/Library/Tomster Corporation/prefs/' '/Library/Managed Preferences/'
|
/bin/cp -r '/Library/PrivSec Corporation/prefs/' '/Library/Managed Preferences/'
|
||||||
```
|
```
|
||||||
|
|
||||||
Set the correct permission:
|
Set the correct permission:
|
||||||
```zsh
|
```zsh
|
||||||
chmod 744 '/Library/Tomster Corporation/scripts/apply_prefs.sh'
|
chmod 744 /Library/PrivSec Corporation/scripts/apply_prefs.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Put the managed policies at `/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist`
|
Put the managed policies at `/Library/Tomster Corporation/prefs/com.microsoft.Edge.plist`
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# Native Messaging
|
|
||||||
|
|
||||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Native Messaging`
|
|
||||||
|
|
||||||
| Group Policy | Policy equivalent |
|
|
||||||
|-------------------------------------------------------|-------------------------------------|
|
|
||||||
| Configure Native Messaging block list -> Enabled -> * | NativeMessagingBlocklist: [ "*" ], |
|
|
@ -1,6 +0,0 @@
|
|||||||
# Other Policies
|
|
||||||
|
|
||||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge`
|
|
||||||
|
|
||||||
| Group Policy | Policy equivalent |
|
|
||||||
|---------------------------------------------------|--------------------------------------------|
|
|
@ -1,7 +0,0 @@
|
|||||||
# 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 |
|
|
@ -1,7 +0,0 @@
|
|||||||
# Performance
|
|
||||||
|
|
||||||
`Computer Configuration\Policies\Administrative Templates\Microsoft Edge\Performance`
|
|
||||||
|
|
||||||
| Group Policy | Policy equivalent |
|
|
||||||
|---------------------------------------------------|--------------------------------------------|
|
|
||||||
| Pin browser essentials toolbar button -> Disabled | PinBrowserEssentialsToolbarButton : false |
|
|
@ -1,7 +0,0 @@
|
|||||||
# 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