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