Supress "Risk of unwanted modification" popup

Is there any way to stop unity from constantly showing a “Risk of unwanted modification” popups whenever I enter play mode? Is there some way to configure it to always ignore or always exit prefab mode?

(I can’t replace [ExecuteInEditMode] with [ExecuteAlways] because the warning is coming from Unity’s SpriteSkin component)

image