diff --git a/ghost/admin/app/routes/application.js b/ghost/admin/app/routes/application.js index 5f7684c8f9..5eb27060f1 100644 --- a/ghost/admin/app/routes/application.js +++ b/ghost/admin/app/routes/application.js @@ -187,6 +187,7 @@ export default Route.extend(ShortcutsRoute, { ignoreErrors: [ // Browser autoplay policies (this regex covers a few) /The play() request was interrupted/, + /The request is not allowed by the user agent or the platform in the current context/, // Network errors that we don't control /Server was unreachable/,