Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Horan b829103bbd Set the URL of NoOpReply to the request URL
Prevents insertion of an empty URL into m_responses when the requested
URL is blacklisted.
2012-11-30 21:37:56 -05:00
Matthew Horan 245e1c7ebc Fix compilation issues on Linux 2012-11-15 23:31:41 -05:00
Sean Geoghegan f755b1f277 Add blacklisting support to webkit server.
Adds a SetBlacklist command that takes a list of URLs
which will be black listed by the WebKit Server. When
a request is made to one these URLs webkit_server will
intercept the request and return a NoOpReply which contains
no content.
2012-11-15 10:32:06 -05:00