Remove ability to add choices in a Choice field during data entry

Is there a way to use Access Rules to prevent adding new choices to a Choice field when doing data entry?

I want the ability to add a new choice to be prevented when using the table to add new records. I’d like it to be true for all users, including Editors

You could replace your Choice column by a Reference to a table that could be made read-only. Sample here.