HEX
Server: Apache
System: Linux iad1-shared-b7-40 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: dh_nk2zdt (5974180)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dh_nk2zdt/vastaselezione.com/wp-content/plugins/woo-pensopay/helpers/requests.php
<?php
/**
 * Ensure that payments.quickpay.net is a trusted redirect host
 */
add_filter( 'allowed_redirect_hosts', static function ( array $hosts ): array {
	$hosts[] = 'payment.quickpay.net';

	return $hosts;
} );