Bower Repositories Advanced Configuration

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

The fields under External Dependency Rewrite are connected to automatically rewriting external dependencies for Bower packages that need them.

Bower Advanced Settings.jpg

Field

Description

Enable Dependency Rewrite

When checked, automatically rewriting external dependencies is enabled.

Remote Repository For Cache

The remote repository aggregated by this virtual repository in which the external dependency will be cached.

Patterns Allow List

An Allow List of Ant-style path expressions that specify where external dependencies may be downloaded from. By default, this is set to ** which means that dependencies may be downloaded from any external source.

For example, if you wish to limit external dependencies to only be downloaded from github.com, you should add **/github.com/** (and remove the default ** expression).