For anyone who is updating their FontAwesome from CDN to kit (free version), a couple of things I found useful when updating. Be sure to update your CSP with the following:
CSP_DIRECTIVE_SCRIPT_SRC
https://kit-free.fontawesome.com
to your CSP_DIRECTIVE_FONT_SRC
https://kit-free.fontawesome.com/releases/latest/css/free.min.css
to your CSP_DIRECTIVE_STYLE_SRC
add your kit src url to CSP_DIRECTIVE_SCRIPT_SRC
add https://kit-free.fontawesome.com
to your CSP_DIRECTIVE_FONT_SRC
add https://kit-free.fontawesome.com/releases/latest/css/free.min.css
to your CSP_DIRECTIVE_STYLE_SRC