Closed robfico closed 9 years ago
When running this check: n98-magerun.phar dev:template-vars
we often find output like this (even on very vanilla installs):
Found blocks that are not whitelisted by default; cms/block
Found template/block variables that are not whitelisted by default; trans_email/ident_support/email
Is this expected, or do these need to be added to the whitelist once patched?
Yeah, I'm not sure why it's saying that.. trans_email/ident_support/email seems to be whitelisted by default:
trans_email/ident_support/email
See app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.1-1.6.1.2.php:57
app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.1-1.6.1.2.php:57
Just fixed this
When running this check: n98-magerun.phar dev:template-vars
we often find output like this (even on very vanilla installs):
Found blocks that are not whitelisted by default; cms/block
Found template/block variables that are not whitelisted by default; trans_email/ident_support/email
Is this expected, or do these need to be added to the whitelist once patched?