[wp-trac] [WordPress Trac] #9092: No way to not send stupid
X-Pingback headers
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 11 19:19:59 GMT 2009
#9092: No way to not send stupid X-Pingback headers
--------------------------+-------------------------------------------------
Reporter: jidanni | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
It is totally ridiculous that there in no way in the world to stop
WordPress from sending a X-Pingback header, short from ripping up the
source code.
You have hardwired it in to the headers as if it was the sun and moon.
{{{
function send_headers() {
@header('X-Pingback: '. get_bloginfo('pingback_url'));
}}}
There is no hook, no variable, no nothing provided to stop sending
such stupid headers in the case one does not want to.
See also #7324, #5311.
You can say ho hum it doesn't matter, thinking maybe the
professionality of one's website is only judged by CSS.
But you are wrong.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9092>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list