You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove force unwrapping of incoming url parameters
Avoid unnecessary crashes due to unrelated incoming URLs by:
- guard against existence of URL components.
- guard against query parameters
- validate required cookies
*bonus: discard result from user defaults synchronization.
0 commit comments