Use allowlist instead of whitelist
This commit is contained in:
parent
4488915eec
commit
b76e73ffaf
@ -52,7 +52,7 @@ Plugins/*/Binaries/*
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||
# Allowlist PakBlacklist-<BuildConfiguration>.txt files
|
||||
!Build/*/
|
||||
Build/*/**
|
||||
!Build/*/PakBlacklist*.txt
|
||||
|
@ -37,12 +37,12 @@ wp-config.php
|
||||
|
||||
# All plugins
|
||||
#
|
||||
# Note: If you wish to whitelist plugins,
|
||||
# Note: If you wish to allowlist plugins,
|
||||
# uncomment the next line
|
||||
#/wp-content/plugins
|
||||
|
||||
# All themes
|
||||
#
|
||||
# Note: If you wish to whitelist themes,
|
||||
# Note: If you wish to allowlist themes,
|
||||
# uncomment the next line
|
||||
#/wp-content/themes
|
Loading…
Reference in New Issue
Block a user