JUCE OpenGL - could NSOpenGLPFANoRecovery be removed?

We use the JUCE OpenGL context. We have to remove NSOpenGLPFANoRecovery from the attributes list in juce_OpenGL_osx.h to allow sharing the context with a 3rd parth SDK. Cherry picking that change is no hardship but I was wondering whether others need to do this and therefore whether it should be removed?
https://developer.apple.com/documentation/appkit/nsopenglpfanorecovery

Anyone have any opinions/insight on this?