MCPcopy Create free account
hub / github.com/bugy/script-server / set_default_headers

Method set_default_headers

src/web/server.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119
120class BaseStaticHandler(tornado.web.StaticFileHandler):
121 def set_default_headers(self):
122 self.set_header('X-Frame-Options', 'DENY')
123
124
125class GetServerConf(BaseRequestHandler):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected