Skip to content

Support shortened URLs and straight to settings #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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