Index: branches/fundraising/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.body.php |
— | — | @@ -54,6 +54,8 @@ |
55 | 55 | public function execute( $par ) { |
56 | 56 | global $wgRequest, $wgOut, $wgExtensionAssetsPath, |
57 | 57 | $wgPayFlowProGatewayCSSVersion; |
| 58 | + |
| 59 | + $wgOut->allowClickjacking(); |
58 | 60 | |
59 | 61 | $wgOut->addExtensionStyle( |
60 | 62 | $wgExtensionAssetsPath . '/DonationInterface/gateway_forms/css/gateway.css?284' . |