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

Update URL parsing logic (again). #1996

Merged
merged 1 commit into from
Apr 24, 2017

Commits on Nov 8, 2016

  1. Update URL parsing logic (again).

    Added a new FlxStringUtil.getHost function to handle the (nearly) proper URL parsing.
    Updated FlxStringUtil.getDomain to use this new function.
    !Breaking change: getDomain now returns the empty string ("") upon failure.  (Previous behavior was to return "local".)
    Cleaned up logic in FlxBasePreloader.isHostUrlAllowed.
    Removed conditional definition of FlxBasePreloader.LOCAL.  (Its value is no longer target-specific.)
    Added new unit tests.
    Refactor unit tests to allow code reuse.
    seraku24 committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    076de22 View commit details
    Browse the repository at this point in the history