Skip to content
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

Fixed HTTPS mixed content warnings and errors #67

Merged
merged 5 commits into from Aug 19, 2016

Commits on Aug 17, 2016

  1. Copy image resources contained in donation iframe.

    Also refactored the related code :
    - extracted it in a method
    - catch Exception and log it, rather than Throwable which is bad
    practice
    luccioman committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    a44bcd3 View commit details
    Browse the repository at this point in the history
  2. Copy image resources contained in donation iframe.

    Handle eventual images loading errors.
    luccioman committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    46b8836 View commit details
    Browse the repository at this point in the history
  3. Search comparison : prefer https URLs

    Also disabled currently not working URLs.
    luccioman committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    4743ade View commit details
    Browse the repository at this point in the history
  4. Merge branch 'mixedcontent' of

    https://github.com/luccioman/yacy_search_server.git into mixedcontent
    
    Conflicts:
    	source/net/yacy/yacy.java
    luccioman committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    adb5c17 View commit details
    Browse the repository at this point in the history
  5. ConfigPortal : fixed mixed-content security issue with https

    We now use the same protocol as the one used to display the config page
    : so when using https, the content is not blocked by the browser
    detecting mixed-content.
    luccioman committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    f84e584 View commit details
    Browse the repository at this point in the history