Skip to content

Conversation

@lucasnz
Copy link

@lucasnz lucasnz commented Sep 6, 2021

  • add support for O365 safelinks (expand these always)
  • expand shortened urls e.g. adf.ly or goo.gl
    • UI displayed while loading
    • Only follow redirects for known URL shortners (list user configurable)
    • Added a timeout
    • Follow a maximum of 20 redirects
    • User "cancelable"
  • go straight to settings if no URL parameter is received
  • upgraded .net - this resolves some issues (e.g. https errors)

This the same as the earlier PR but off a different branch so that it doesn't keep picking up other changes I'm making.
#77

…erwise

all links point to safelinks.protction.outlook.com
…tes like bitly.com and tinyurl.com to detect actual URL.

Never = do not follow URLs (existing functionality)
First Redirect = only follow one redirect
All Redirects = Follow all redirects to determine the "final" URL. Best for pattern matching but slightly worse on performance.
* UI displayed while loading
* Only follow redirects for known URL shortners (need to make this list user configurable)
* Added a timeout
* Follow a maximum of 20 redirects
* User "cancelable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant