[Rt-commit] rt branch, 4.0/rename-extrasecurity, updated. rt-4.0.0-185-g7f4c26b
Shawn Moore
sartak at bestpractical.com
Tue May 10 18:43:58 EDT 2011
The branch, 4.0/rename-extrasecurity has been updated
via 7f4c26b8bcf0813ffa270e972aa4c5e87ec8e036 (commit)
from 1d579d546519e1ad05f7f767a2e8ea3e056699b3 (commit)
Summary of changes:
etc/RT_Config.pm.in | 8 --------
lib/RT/Config.pm | 10 ----------
2 files changed, 0 insertions(+), 18 deletions(-)
- Log -----------------------------------------------------------------
commit 7f4c26b8bcf0813ffa270e972aa4c5e87ec8e036
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue May 10 18:42:52 2011 -0400
No need to actually list @ExtraSecurity as deprecated
It never made it into a release (or even an RC), since it landed on
4.0-trunk after 4.0.0-releng was branched. So we can just kill it in
favor of $DisableFramebusting.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index c9a4b41..fc7abb5 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2524,14 +2524,6 @@ Set($LinkTransactionsRun1Scrip, 0);
This option has been deprecated. You can configure this site-wide
with L</Lifecycles> (see L</Labeling and defining actions>).
-=item C<@ExtraSecurity>
-
-This option has been deprecated. It supported one option,
-C<Clickjacking>, which has been promoted into the
-C<$DisableFramebusting> config.
-
-=back
-
=cut
1;
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index dd99f85..c6e4447 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -545,16 +545,6 @@ our %META = (
'You can change the site default in your %Lifecycles config.');
}
},
- ExtraSecurity => {
- PostLoadCheck => sub {
- my $self = shift;
- my $value = shift;
- return unless $value;
- $RT::Logger->info('The ExtraSecurity config option has been deprecated. '.
- 'Its Clickjacking entry has been given its own config, ' .
- '$DisableFramebusting');
- }
- },
WebPath => {
PostLoadCheck => sub {
my $self = shift;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list