Index: branches/REL1_18/phase3/includes/SpecialPage.php |
— | — | @@ -1018,7 +1018,9 @@ |
1019 | 1019 | function __construct() { |
1020 | 1020 | parent::__construct( 'Mypage' ); |
1021 | 1021 | $this->mAllowedRedirectParams = array( 'action' , 'preload' , 'editintro', |
1022 | | - 'section', 'oldid', 'diff', 'dir' ); |
| 1022 | + 'section', 'oldid', 'diff', 'dir', |
| 1023 | + // Options for action=raw; missing ctype can break JS or CSS in some browsers |
| 1024 | + 'ctype', 'maxage', 'smaxage' ); |
1023 | 1025 | } |
1024 | 1026 | |
1025 | 1027 | function getRedirect( $subpage ) { |