blob: 651565524f8ab3d950372ce84b7f523fe38b7ed2 [file] [log] [blame] [view]
Configuration
=============
The configuration of the @PLUGIN@ plugin is done on project level in
the `project.config` file of the project.
Project owners can do the configuration in the Gerrit web UI from
project info screen.
```
[plugin "@PLUGIN@"]
blockedFileExtension = jar
blockedFileExtension = zip
blockedFileExtension = war
blockedFileExtension = exe
```
plugin.@PLUGIN@.blockedFileExtension
: File extension to be blocked.
Blocked file extensions are *not* inherited by child projects.