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
It would be a good idea to have a setting to always return the https prefix even when the application is running with the "secure": false setting.
If you run Nginx as a reverse proxy to handle the HTTPS stuff for you and run the actual app in HTTP mode, you get a link prefixed with http, even though your actual connection to the server from the outside is done securely.
The current bypass is to regex the ShareX return adress to have http://(.*) in the Regex-List and https://$regex:1|1$ in the URL and Thumbnail URL field in your custom uploader settings.
The text was updated successfully, but these errors were encountered:
It would be a good idea to have a setting to always return the
https
prefix even when the application is running with the"secure": false
setting.If you run Nginx as a reverse proxy to handle the HTTPS stuff for you and run the actual app in HTTP mode, you get a link prefixed with
http
, even though your actual connection to the server from the outside is done securely.The current bypass is to regex the ShareX return adress to have
http://(.*)
in the Regex-List andhttps://$regex:1|1$
in the URL and Thumbnail URL field in your custom uploader settings.The text was updated successfully, but these errors were encountered: