Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sahwar/htmlpreview.github.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 102c584
Choose a base ref
...
head repository: htmlpreview/htmlpreview.github.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 787b673
Choose a head ref
  • 15 commits
  • 2 files changed
  • 5 contributors

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    fef5251 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. (readme): fixed small error

    0xflotus authored May 27, 2020
    Configuration menu
    Copy the full SHA
    55974ae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Merge pull request htmlpreview#84 from 0xflotus/patch-1

    Readme: fixed typo
    niutech authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    178161c View commit details
    Browse the repository at this point in the history
  2. Merge pull request htmlpreview#85 from private-forks/master

    Disable cors.io
    niutech authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0a4ae24 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix CORS proxy

    niutech authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    adaa08a View commit details
    Browse the repository at this point in the history
  2. Fix CORS proxy

    niutech authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    a9b391d View commit details
    Browse the repository at this point in the history
  3. Fix CORS proxy

    niutech authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    ed8195e View commit details
    Browse the repository at this point in the history
  4. Fix CORS proxy

    niutech authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f56fa2a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    2c23eba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Try fetching without proxy first

    When fetching a resource, try directly first. If it throws an error, then try with proxies.
    Fixes htmlpreview#95
    Should also reduce drastically the petitions to the proxy servers (will only be made if the non-proxy fails)
    TrianguloY authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1e4aa6d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Delete no-longer-running yacdn.org proxy.

    yacdn.org has been down for some time.  Having it in the list of proxies means that attempting to view generated HTML can take a long time, before connection attempts time out.
    wom-bat authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a60683d View commit details
    Browse the repository at this point in the history
  2. 'https://cors-anywhere.herokuapp.com/' is also broken

    See https://github.com/Rob--W/cors-anywhere/issues/301
    
    Signed-off-by: Peter Chubb <peter.chubb@unsw.edu.au>
    wom-bat authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6a635bd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Merge pull request htmlpreview#104 from wom-bat/master

    Delete no-longer-running yacdn.org proxy.
    niutech authored Jul 11, 2021
    Configuration menu
    Copy the full SHA
    3545688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb47f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request htmlpreview#96 from TrianguloY/notCorsFirst

    Try fetching without proxy first
    niutech authored Jul 11, 2021
    Configuration menu
    Copy the full SHA
    787b673 View commit details
    Browse the repository at this point in the history
Loading