File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="robots " content ="noindex " />
8
8
< title > 503: maintenance</ title >
9
9
< link rel ="shortcut icon " type ="image/x-icon " href ="# " />
10
- < link rel ="stylesheet " href ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css " />
10
+ < link rel ="stylesheet " href ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css " />
11
11
< style >
12
12
body {
13
13
margin : 0 ;
@@ -69,7 +69,7 @@ <h4 id="error-msg">
69
69
</ div >
70
70
71
71
<!-- Placed at the end of the document so the pages load faster -->
72
- < script src ="http ://yandex.st/jquery/1.9.1/jquery.min.js "> </ script >
73
- < script src ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> </ script >
72
+ < script src ="https ://yandex.st/jquery/1.9.1/jquery.min.js "> </ script >
73
+ < script src ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> </ script >
74
74
</ body >
75
75
</ html >
Original file line number Diff line number Diff line change 7
7
< meta name ="robots " content ="noindex " />
8
8
< title > 503: технические работы</ title >
9
9
< link rel ="shortcut icon " type ="image/x-icon " href ="# " />
10
- < link rel ="stylesheet " href ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css " />
10
+ < link rel ="stylesheet " href ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css " />
11
11
< style >
12
12
body {
13
13
margin : 0 ;
@@ -69,7 +69,7 @@ <h4 id="error-msg">
69
69
</ div >
70
70
71
71
<!-- Placed at the end of the document so the pages load faster -->
72
- < script src ="http ://yandex.st/jquery/1.9.1/jquery.min.js "> </ script >
73
- < script src ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> </ script >
72
+ < script src ="https ://yandex.st/jquery/1.9.1/jquery.min.js "> </ script >
73
+ < script src ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js "> </ script >
74
74
</ body >
75
75
</ html >
Original file line number Diff line number Diff line change 28
28
* @author Slava Semushin
29
29
*/
30
30
public final class Url {
31
- public static final String PUBLIC_URL = "http ://my-stamps.ru" ;
31
+ public static final String PUBLIC_URL = "https ://my-stamps.ru" ;
32
32
public static final String STATIC_RESOURCES_URL = "http://stamps.filezz.ru" ;
33
33
34
34
// defined at pom.xml (and used by functional tests only)
@@ -93,11 +93,11 @@ public final class Url {
93
93
94
94
// see also pom.xml and ru.mystamps.web.config.MvcConfig#addResourceHandlers()
95
95
// CheckStyle: ignore LineLength for next 5 lines
96
- public static final String BOOTSTRAP_CSS_CDN = "http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" ;
97
- public static final String BOOTSTRAP_JS_CDN = "http ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" ;
98
- public static final String JQUERY_JS_CDN = "http ://yandex.st/jquery/1.9.1/jquery.min.js" ;
99
- public static final String SELECTIZE_CSS_CDN = "http ://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/css/selectize.bootstrap3.min.css" ;
100
- public static final String SELECTIZE_JS_CDN = "http ://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/js/standalone/selectize.min.js" ;
96
+ public static final String BOOTSTRAP_CSS_CDN = "https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" ;
97
+ public static final String BOOTSTRAP_JS_CDN = "https ://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" ;
98
+ public static final String JQUERY_JS_CDN = "https ://yandex.st/jquery/1.9.1/jquery.min.js" ;
99
+ public static final String SELECTIZE_CSS_CDN = "https ://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/css/selectize.bootstrap3.min.css" ;
100
+ public static final String SELECTIZE_JS_CDN = "https ://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.1/js/standalone/selectize.min.js" ;
101
101
102
102
// see also ru.mystamps.web.support.togglz.TogglzConfig#getTogglzConsole()
103
103
public static final String TOGGLZ_CONSOLE_PAGE = "/togglz" ;
You can’t perform that action at this time.
0 commit comments