auto-clock-speed icon indicating copy to clipboard operation
auto-clock-speed copied to clipboard

Create an Opt-In security updates warning.

Open JakeRoggenbuck opened this issue 2 years ago • 3 comments

In the config, the user will have to manually opt-in to security update warnings by setting this in the config.

security_update_warnings = true

If this is set, acs will in the background check the latest version of acs and will show whether it needs an update for security reasons.

JakeRoggenbuck avatar Jun 19 '22 17:06 JakeRoggenbuck

I'm thinking this might just be fun to write. Should we include this logic in acs or make it a separate project? Like security-updates-warning and implement it in acs. It might be pretty useful in any application for the end user that may need security updates.

JakeRoggenbuck avatar Jun 19 '22 17:06 JakeRoggenbuck

I think that we could use get request to do this. We could use the autoclockspeed.org domain to point the request to the correct source.

Camerooooon avatar Jun 20 '22 02:06 Camerooooon

Yea, that's a good idea

JakeRoggenbuck avatar Jun 20 '22 06:06 JakeRoggenbuck