Skip to content

Commit

Permalink
Remove allowed redirect hosts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xristos3490 committed Dec 29, 2022
1 parent 27020f7 commit 13dc3fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion store-on-wpcom/class-wc-calypso-bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class_exists( 'woocommerce' ) &&
public function includes() {
/** Patches includes */
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-add-bacs-accounts.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-allowed-redirect-hosts.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-cheque-defaults.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-disable-publicize.php';
include_once dirname( __FILE__ ) . '/inc/wc-calypso-bridge-enable-auto-update-db.php';
Expand Down
20 changes: 0 additions & 20 deletions store-on-wpcom/inc/wc-calypso-bridge-allowed-redirect-hosts.php

This file was deleted.

0 comments on commit 13dc3fd

Please sign in to comment.