Discuss Scratch

pursuiter
Scratcher
100+ posts

Chrome or Edge Policies that your school forced on you

Ours Blocked:

     "AllowDinosaurEasterEgg": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": false
            },
            "DeveloperToolsAvailability": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 2
            },
            "DeveloperToolsDisabled": {
               "deprecated": true,
               "error": "Ignored because it was overridden by DeveloperToolsAvailability.",
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": true
            },
            "DeviceActivityHeartbeatEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
   "DeviceAllowNewUsers": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceAutoUpdateDisabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceBlockDevmode": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": true
            },
            "DeviceDataRoamingEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceEphemeralUsersEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
  "FocusModeSoundsEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": "disabled"
            },
            "ForceGoogleSafeSearch": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": true
            },
            "ForceYouTubeRestrict": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 2
            },
            "GenAiDefaultSettings": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 1
            },
            "GoogleWorkspaceCloudUpload": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": "disallowed"
            },
"JavaScriptAllowedForUrls": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": [
                  "file:///media/removable/ACT%202176CPre/Start_Here.html",
                  "file:///media/removable/ACT%202176CPre/.home.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/english.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/math.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/reading.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/science.html"
               ]
            },
  "PowerManagementIdleSettings": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": {
                  "AC": {
                     "Delays": {
                        "Idle": 600000,
                        "ScreenDim": 0,
                        "ScreenOff": 0
                     },
                     "IdleAction": "Suspend"
                  },
                  "Battery": {
                     "Delays": {
                        "Idle": 600000,
                        "ScreenDim": 0,
                        "ScreenOff": 0
                     },
                     "IdleAction": "Suspend"
                  }
               }
            },
  "ProxyMode": {
               "deprecated": true,
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": "direct"
            },
            "QuicAllowed": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": false
            },
            "QuickOfficeForceFileDownloadEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
            "QuickUnlockModeAllowlist": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": []
            },
            "RebootAfterUpdate": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": true
            },
            "RecoveryFactorBehavior": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
      "SystemTimezone": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": "America/New_York"
            }
  "DisableGoogleLogin": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
               "DisableLoginWithEmail": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
               "DisableLoginWithSSO": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
  "ShowGeminiIntroScreenEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
            "ShowHomeButton": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": true
            },
& More I will not list due to the filter.

Last edited by pursuiter (Feb. 13, 2025 21:02:01)

BigNate469
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

Somewhat ironically, my school blocked chrome://policy
scratchcode1_2_3
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

They just blocked freaking localhost
GvYoutube
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

scratchcode1_2_3 wrote:

They just blocked freaking localhost
My policies block dang
data links.
No image for me

Last edited by GvYoutube (Feb. 14, 2025 00:47:43)

BigNate469
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

scratchcode1_2_3 wrote:

They just blocked freaking localhost
Why

Localhost isn't inappropriate- or harmful, or even useful for anything other than local dev servers. What are you doing to do with it, print a few lines to the console?

You might be able to connect to IP 127.0.0.1 (localhost's IP) directly, although I don't know if that's blocked when localhost is blocked
GvYoutube
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

HeartbeatEnabled is set to false.
WHAT IN THE *bleep* IS A HEARTBEATENABLED?
BigNate469
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

GvYoutube wrote:

HeartbeatEnabled is set to false.
WHAT IN THE *bleep* IS A HEARTBEATENABLED?
Basically a way to detect if a device is online. Read more about the specifics at https://chromeenterprise.google/policies/#HeartbeatEnabled

Besides, that's probably actually a good thing- they can't track when you're using a Chromebook and online, and it reduces strain on whatever servers are handling the heartbeat signal.
GvYoutube
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

BigNate469 wrote:

GvYoutube wrote:

HeartbeatEnabled is set to false.
WHAT IN THE *bleep* IS A HEARTBEATENABLED?
Basically a way to detect if a device is online. Read more about the specifics at https://chromeenterprise.google/policies/#HeartbeatEnabled

Besides, that's probably actually a good thing- they can't track when you're using a Chromebook and online, and it reduces strain on whatever servers are handling the heartbeat signal.
Heh,

your lucky you don't know what this is.
cake__5
Scratcher
100+ posts

Chrome or Edge Policies that your school forced on you

they put me onto “restricted mode”

its basically this complete net-negative “mode” your computer goes into if one of the teachers gives you the impression of doing something bad.

heres what it is:
- can only visit a handful of sites
- youtube is blocked, which is stupid because teachers give video lessons sometimes
- they can unrestrict it for like an hour for you to do it
- the chromebooks arent normally like this
- instead of the cute gnome, it gives you a (!) and says “your organization does not allow you to view this site” or something like that
- it lasts for months on end
- there are no known workarounds
- its discrimination
- its a really stupid idea that breaks friendships and trust in the integrity of the school, that their normal filter “doesnt work” or something, but only on specific people?

its almost as if this cipa stuff is just a complete lie so they can watch us suffer!
GvYoutube
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

cake__5 wrote:

they put me onto “restricted mode”

its basically this complete net-negative “mode” your computer goes into if one of the teachers gives you the impression of doing something bad.

heres what it is:
- can only visit a handful of sites
- youtube is blocked, which is stupid because teachers give video lessons sometimes
- they can unrestrict it for like an hour for you to do it
- the chromebooks arent normally like this
- instead of the cute gnome, it gives you a (!) and says “your organization does not allow you to view this site” or something like that
- it lasts for months on end
- there are no known workarounds
- its discrimination
- its a really stupid idea that breaks friendships and trust in the integrity of the school, that their normal filter “doesnt work” or something, but only on specific people?

its almost as if this cipa stuff is just a complete lie so they can watch us suffer!
Oh god.
One tip, somehow get rid of securly. Thats what that gnome is.
They sell your data to third parties and claims to be coppa safe when their not.
snoopythe3
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

cake__5 wrote:

they put me onto “restricted mode”

its basically this complete net-negative “mode” your computer goes into if one of the teachers gives you the impression of doing something bad.

heres what it is:
- can only visit a handful of sites
- youtube is blocked, which is stupid because teachers give video lessons sometimes
- they can unrestrict it for like an hour for you to do it
- the chromebooks arent normally like this
- instead of the cute gnome, it gives you a (!) and says “your organization does not allow you to view this site” or something like that
- it lasts for months on end
- there are no known workarounds
- its discrimination
- its a really stupid idea that breaks friendships and trust in the integrity of the school, that their normal filter “doesnt work” or something, but only on specific people?

its almost as if this cipa stuff is just a complete lie so they can watch us suffer!
disconnect from the internet and go somewhere else without the restrictions. then backup everything and wipe your chromebook


My browser / operating system: Windows NT 10.0, Chrome 133.0.0.0, No Flash version detected
snoopythe3
Scratcher
500+ posts

Chrome or Edge Policies that your school forced on you

pursuiter wrote:

Ours Blocked:

     "AllowDinosaurEasterEgg": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": false
            },
            "DeveloperToolsAvailability": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 2
            },
            "DeveloperToolsDisabled": {
               "deprecated": true,
               "error": "Ignored because it was overridden by DeveloperToolsAvailability.",
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": true
            },
            "DeviceActivityHeartbeatEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
   "DeviceAllowNewUsers": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceAutoUpdateDisabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceBlockDevmode": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": true
            },
            "DeviceDataRoamingEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
            "DeviceEphemeralUsersEnabled": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": false
            },
  "FocusModeSoundsEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": "disabled"
            },
            "ForceGoogleSafeSearch": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": true
            },
            "ForceYouTubeRestrict": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 2
            },
            "GenAiDefaultSettings": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": 1
            },
            "GoogleWorkspaceCloudUpload": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": "disallowed"
            },
"JavaScriptAllowedForUrls": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": [
                  "file:///media/removable/ACT%202176CPre/Start_Here.html",
                  "file:///media/removable/ACT%202176CPre/.home.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/english.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/math.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/reading.html",
                  "file:///media/removable/ACT%202176CPre/.tmp/science.html"
               ]
            },
  "PowerManagementIdleSettings": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": {
                  "AC": {
                     "Delays": {
                        "Idle": 600000,
                        "ScreenDim": 0,
                        "ScreenOff": 0
                     },
                     "IdleAction": "Suspend"
                  },
                  "Battery": {
                     "Delays": {
                        "Idle": 600000,
                        "ScreenDim": 0,
                        "ScreenOff": 0
                     },
                     "IdleAction": "Suspend"
                  }
               }
            },
  "ProxyMode": {
               "deprecated": true,
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": "direct"
            },
            "QuicAllowed": {
               "level": "mandatory",
               "scope": "user",
               "source": "cloud",
               "value": false
            },
            "QuickOfficeForceFileDownloadEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
            "QuickUnlockModeAllowlist": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": []
            },
            "RebootAfterUpdate": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": true
            },
            "RecoveryFactorBehavior": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
      "SystemTimezone": {
               "level": "mandatory",
               "scope": "machine",
               "source": "cloud",
               "value": "America/New_York"
            }
  "DisableGoogleLogin": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
               "DisableLoginWithEmail": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
               "DisableLoginWithSSO": {
                  "level": "mandatory",
                  "scope": "user",
                  "source": "cloud",
                  "value": true
               },
  "ShowGeminiIntroScreenEnabled": {
               "level": "mandatory",
               "scope": "user",
               "source": "sourceEnterpriseDefault",
               "value": false
            },
            "ShowHomeButton": {
               "level": "mandatory",
               "scope": "user"
               "source": "cloud",
               "value": true
            },
& More I will not list due to the filter.
I was able to pick these up from that:

No Dinosaur Game
No Inspect Element
No checking device health
No new users
No Devmode
No data roaming
No ephemeral users
No focus mode sounds
Youtube restricted
No google workspace cloud upload
JavaScript is only allowed for the following sites:
"file:///media/removable/ACT202176CPre/Start_Here.html"
"file:///media/removable/ACT%202176CPre/.home.html"
"file:///media/removable/ACT202176CPre/.tmp/english.html"
"file:///media/removable/ACT202176CPre/.tmp/math.html"
"file:///media/removable/ACT202176CPre/.tmp/reading.html"
"file:///media/removable/ACT%202176CPre/.tmp/science.html"
No google login
Gemini intro off

Last edited by snoopythe3 (Feb. 14, 2025 21:13:15)

scratchcode1_2_3
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

BigNate469 wrote:

scratchcode1_2_3 wrote:

They just blocked freaking localhost
Why

Localhost isn't inappropriate- or harmful, or even useful for anything other than local dev servers. What are you doing to do with it, print a few lines to the console?

You might be able to connect to IP 127.0.0.1 (localhost's IP) directly, although I don't know if that's blocked when localhost is blocked
Yes it refuses to connect
I was trying to use vs code live preview
And webvm
cake__5
Scratcher
100+ posts

Chrome or Edge Policies that your school forced on you

here are some ones i want to change (home computer, because of stupid family link):
DeveloperToolsAvailability - 2
ForceGoogleSafeSearch - true
PerAppTimeLimits - {some json}
PerAppTimeLimitsAllowlist - {some json}
ProjectorDogfoodForFamilyLinkEnabled - true
ReportArcStatusEnabled - true
URLBlocklist - [“chrom‍e:‍/‍/flags”,“c‍hrome:‍/‍/prefs-internals”‍]
UsageTimeLimit - {some json}

Last edited by cake__5 (Feb. 18, 2025 21:32:24)

lipizzan123
Scratcher
100+ posts

Chrome or Edge Policies that your school forced on you

can't delete history
2016s4m29
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

They forced updates among us and the teachers.
They stopped though
BigNate469
Scratcher
1000+ posts

Chrome or Edge Policies that your school forced on you

snoopythe3 wrote:

JavaScript is only allowed for the following sites:
"file:///media/removable/ACT202176CPre/Start_Here.html"
"file:///media/removable/ACT%202176CPre/.home.html"
"file:///media/removable/ACT202176CPre/.tmp/english.html"
"file:///media/removable/ACT202176CPre/.tmp/math.html"
"file:///media/removable/ACT202176CPre/.tmp/reading.html"
"file:///media/removable/ACT%202176CPre/.tmp/science.html"
And they somehow expect the internet to still be usable.

It's not called a pretty non-functional GUI viewer for a reason.

Powered by DjangoBB