def main(request, response): if 'nested' in request.GET: return ( [('Content-Type', 'text/html')], 'failed: nested frame was not intercepted by the service worker' ) return ([('Content-Type', 'text/html')], """ """)