[wp-trac] [WordPress Trac] #17675: Masked Domain Issue Introduced with New Update
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 3 19:50:18 UTC 2011
#17675: Masked Domain Issue Introduced with New Update
-------------------------------+------------------------------
Reporter: ital_dj | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.1.3
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by sivel):
If it is not a proxy, but instead a iframe/frame being used to do the
masking, then it is likely due to #12293 and [18013]. In which case, what
you are experiencing is the intended side effect.
You can try removing this functionality to see if it is this by adding the
following to a plugin:
{{{
remove_action( 'login_init', 'send_frame_options_header', 10,
0 );
remove_action( 'admin_init', 'send_frame_options_header',
10, 0 );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17675#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list