Added pingback header

This commit is contained in:
Christian Mehlmauer
2013-07-20 22:39:01 +02:00
parent bf10b25291
commit fc2ba604ea
2 changed files with 1 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ class WpTarget < WebSite
Pragma
Vary
Cache-Control
X-Pingback
}
end

View File

@@ -3,7 +3,6 @@
shared_examples 'WpTarget::InterestingHeaders' do
let(:known_headers) { WpTarget::InterestingHeaders.known_headers }
let(:url) { 'http://localhost.com' }
describe '#interesting_headers' do