Set Firefox preference on desired capabilities is not affected

I named the firefox_profile. dictionary type with key: network.automatic-ntlm-auth.trusted-uris . Value:
using the Desired capabilities feature in Katalon V7.0 Mac.
When it runs, I opened About:config, find the key network.automatic-ntlm-auth.trusted-uris, the host value is empty.

I also tried with: FirefoxProfile profile = new FirefoxProfile()

profile.setPreference(‘network.automatic-ntlm-auth.trusted-uris’, ‘https://mysite.com’)

FirefoxOptions options = new FirefoxOptions().setProfile(profile)

FirefoxDriver driver = new FirefoxDriver(options)

System. setProperty (“webdriver.gecko.driver”, “/Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/firefox_mac/geckodriver”)

DriverFactory.changeWebDriver(driver) //the network.automatic-ntlm-auth.trusted-uris is still empty value