bug 6350: removing version from our UI and any javascript library versions we are using to make it a bit harder for hackers to take advantage of software version exploits.

This commit is contained in:
will 2010-10-07 16:41:03 -07:00
parent e6b1add27f
commit 3aaa5b7556
15 changed files with 8 additions and 25 deletions

View File

@ -0,0 +1,2 @@
jquery : 1.4.2
jquery-ui : 1.8.2

View File

@ -11,13 +11,12 @@ long milliseconds = new Date().getTime();
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta name="version" content="1.9.1.13" />
<title>cloud.com - User Console</title>
<!-- Style Sheet -->
<link rel= "stylesheet" href="css/main.css" type="text/css" />
<link rel= "stylesheet" href="css/jquery-ui-1.8.2.custom.css" type="text/css" />
<link rel= "stylesheet" href="css/jquery-ui.custom.css" type="text/css" />
<link rel= "stylesheet" href="css/logger.css" type="text/css" />
<!--
@ -35,8 +34,8 @@ long milliseconds = new Date().getTime();
-->
<!-- <script type="text/javascript" src="scripts/cloud.core.min.js"></script> -->
<script type="text/javascript" src="scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="scripts/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery-ui.custom.min.js"></script>
<script type="text/javascript" src="scripts/date.js"></script>
<script type="text/javascript" src="scripts/jquery.cookies.js"></script>
<script type="text/javascript" src="scripts/jquery.timers.js"></script>

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function showDomainsTab() {
var defaultRootDomainId = g_domainid;
var defaultRootLevel = 0;

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function showEventsTab(showEvents) {
var currentSubMenu = $("#submenu_events");

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function showHostsTab() {
var rIndex = 0;
var sIndex = 0;

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var rowZIndexGlobal = 300;
var rowZIndex = 299;
var currentVMAction = null;

View File

@ -16,8 +16,6 @@
*
*/
// Version: 1.9.1.4
// global variables
var g_mySession = null;
var g_role = null; // roles - root, domain-admin, ro-admin, user

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function showNetworkingTab(p_domainId, p_account) {
//*** Network (begin) ****************************************************************************
activateDialog($("#dialog_acquire_public_ip").dialog({

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function showStorageTab(domainId, targetTab) {
var currentSubMenu;

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var DomRTemplateId = 1;
function showTemplatesTab() {

View File

@ -16,8 +16,6 @@
*
*/
// Version: 1.9.1.152
//
// Javascript logger utility
// Author

View File

@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Style Sheet -->
<link rel="stylesheet" href="../css/main.css" type="text/css" />
<link rel="stylesheet" href="../css/jquery-ui-1.8.2.custom.css" type="text/css" />
<link rel="stylesheet" href="../css/jquery-ui.custom.css" type="text/css" />
<link rel="stylesheet" href="../css/logger.css" type="text/css" />
<link rel= "stylesheet" href="../css/default.css" type="text/css" />
@ -16,8 +16,8 @@
<link rel= "stylesheet" href="../css/cloud_custom.css" type="text/css" />
<!-- Javascripts -->
<script type="text/javascript" src="../scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="../scripts/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="../scripts/jquery.min.js"></script>
<script type="text/javascript" src="../scripts/jquery-ui.custom.min.js"></script>
<script type="text/javascript" src="../scripts/date.js"></script>
<script type="text/javascript" src="../scripts/jquery.cookies.js"></script>
<script type="text/javascript" src="../scripts/jquery.timers.js"></script>