ARTIFACTORY: How to disable ui/native in Artifactory

ARTIFACTORY: How to disable ui/native in Artifactory

AuthorFullName__c
Johnson Nguyen
articleNumber
000005484
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-30T09:41:42Z
lastModifiedDate
2022-11-30
VersionNumber
4

To disable the Native Browser, there is a system property that when set to “false” will effectively disable it by disabiling redirects. The property needs to be added to the artifactory.system.properties file.

**NOTE** Please keep in mind that this will disable the Native Browser for ALL REPOSITORIES. 

This file is located under $JFROG_HOME/artifactory/var/etc/artifactory/ → artifactory.system.properties

User-added image
Once in this file, add this line to the bottom: 

artifactory.redirect.native.browser.requests.to.ui=false



User-added image

**NOTE** After the property is set, you must restart Artifactory