Skip to content

Do not use CDN versions of JavaScript scripts #244

Open
@eliemichel

Description

qless web UI has no reason to depend on an access to the Internet to work, so any reference to online resources should be avoided.

I spotted at least two of them:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
...
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

Note that this is not just for the sake of being peculiar, I indeed don't have Internet access on the machine where I installed it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions