Use allowlist instead of whitelist

This commit is contained in:
JSon 2024-02-26 11:50:34 +08:00
parent 4488915eec
commit b76e73ffaf
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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