Flask application redirects to empty "about:srcdoc" page when index (root path) is requested Flask application redirects to empty "about:srcdoc" page when index (root path) is requested flask flask

Flask application redirects to empty "about:srcdoc" page when index (root path) is requested


It seems that some pages being displayed in the iframe where redirecting the parent page (my app) to about:srcdoc url. Solved this by sandboxing both iframes and restricting top-navigation only.