melo936 / ChromiumHardening

GNU General Public License v3.0
105 stars 12 forks source link

Source Files to Monitor for Changes #9

Open sr093906 opened 3 years ago

sr093906 commented 3 years ago

Maybe the following pages should be monitored regularly for changes made in switches, flags, features, prefs

https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/flag-metadata.json;bpv=1 https://source.chromium.org/chromium/chromium/src/+/master:testing/variations/fieldtrial_testing_config.json;bpv=1 https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/common/chrome_switches.cc https://chromeenterprise.google/policies/

sr093906 commented 2 years ago

Update:

Apart from Features, Prefs, Settings, Switches & Flags are all configurable via Enterprise Policy. So, We may be only need to monitor two pages.

https://support.google.com/chrome/a/answer/7679408?hl=en https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/common/features.h;bpv=1;bpt=0

melo936 commented 2 years ago

Thanks for bringing up this topic.

I usually monitor features.cc/h, but I do not check them as frequently as I do with these links:

Links:

https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/common/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:net/base/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/chrome_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:base/base_switches.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:sandbox/policy/features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/browser_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:content/public/common/content_features.cc;bpv=1 https://source.chromium.org/chromium/chromium/src/+/main:sandbox/policy/win/sandbox_win.cc;bpv=1

sr093906 commented 2 years ago

Thanks for reply. └(^o^)┘

sr093906 commented 2 years ago

https://blog.chromium.org/

A supplementary source to monitor changes