Fortigate, ignore line changes

Just implemented Oxidized with Libre integration. We’re finding that the config changes each time it is polled on fields with encrypted values. IE:

set password ENC sfjsldfjaslkdflasdjfalsjdlf

Is there any way to ignore lines with an uppercase ENC?

Thanks.

Set:

vars:
  remove_secret: true

And those should be ignored.

Hmm, it did remove them, but this makes it so the config can’t be restored.

Is there a way to ignore the changes in the ENC fields when comparing the previous config instead of removing them?