-
Notifications
You must be signed in to change notification settings - Fork 0
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
Secured connection (https) is gone when using a permalink #4
Comments
This seems to happen when there is a call to an HTTP resource from within the document. Don't know how to prevent that behaviour either. |
the images are referenced in the css with http URLS. |
It's the same when the image is referenced in the pb element (for side-by-side display) it might be worthwhile if you guys investigate it further, if there are security concerns for the users. |
So this is an example of mixed content. The fix is to specify HTTPS URLs instead of HTTP. I don't think there's much else that can be done about this. |
Given that images could be put in a GitHub repo if nowhere else, then this isn’t insurmountable, is it? But it will need to be well documented.
(If I’m not understanding the situation well enough then don’t take a ton of time explaining—I don’t want to mess up the channels of communication.)
… On Apr 15, 2020, at 1:20 PM, Andrew ***@***.***> wrote:
So this is an example of mixed content <https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content>. The fix is to specify HTTPS URLs instead of HTTP. I don't think there's much else that can be done about this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#4 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAEFJIC7BFDB67CD37O3LVLRMXUHHANCNFSM4MHJNI6Q>.
|
Found another source of HTTPS security breach: When using lookups, there are requests to preview the entity directly in the source page. For instance, when mouseover a DBPedia entity. |
@ilovan Can you update the link of these images on the CSS? Instead of |
These are in the Orlando CSS file. I wonder if other CSSs also have images with |
@ilovan If you find any other |
Secured connection (https) is gone when using a permalink.
Example: https://dev-cwrc-writer.cwrc.ca/?githubPath=issues%2FCWRC-WriterBase%2F253&githubRepo=ilovan%2FGit-Writer-tests
This might have something to do with Traffik's routers configuration.
The text was updated successfully, but these errors were encountered: