File tree 23 files changed +37
-49
lines changed
test/java/ru/mystamps/web/support/spring/security
23 files changed +37
-49
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public final class Url {
107
107
public static final String BOOTSTRAP_CSS = "/public/bootstrap/3.4.1/css/bootstrap.min.css" ;
108
108
public static final String BOOTSTRAP_JS = "/public/bootstrap/3.4.1/js/bootstrap.min.js" ;
109
109
public static final String JQUERY_JS = "/public/jquery/1.9.1/jquery.min.js" ;
110
- public static final String BOOTSTRAP_LANGUAGE = "https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" ;
110
+ public static final String BOOTSTRAP_LANGUAGE = "https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" ;
111
111
112
112
// CheckStyle: ignore LineLength for next 3 lines
113
113
// FIXME: use minimal version of CSS file when it will be available (https://github.com/webjars/selectize.js/issues/3)
Original file line number Diff line number Diff line change @@ -40,10 +40,8 @@ class ContentSecurityPolicyHeaderWriter implements HeaderWriter {
40
40
// default policy prevents loading resources from any source
41
41
private static final String DEFAULT_SRC = "default-src 'none'" ;
42
42
43
- // - 'https://cdn.rawgit.com' is required by languages.png (FIXME: GH #246)
44
- // - 'https://raw.githubusercontent.com' is required by languages.png
45
- // CheckStyle: ignore LineLength for next 1 line
46
- private static final String IMG_SRC = "img-src https://cdn.rawgit.com https://raw.githubusercontent.com" ;
43
+ // - 'https://cdn.jsdelivr.net' is required by languages.png (FIXME: GH #246)
44
+ private static final String IMG_SRC = "img-src https://cdn.jsdelivr.net" ;
47
45
48
46
// - 'self' is required for uploaded images and its previews
49
47
private static final String IMG_SRC_SELF = " 'self'" ;
@@ -60,8 +58,8 @@ class ContentSecurityPolicyHeaderWriter implements HeaderWriter {
60
58
// CheckStyle: ignore LineLength for next 1 line
61
59
private static final String REPORT_URI = "report-uri https://mystamps.report-uri.com/r/d/csp/reportOnly" ;
62
60
63
- // - 'https://cdn.rawgit.com ' is required by languages.min.css (FIXME: GH #246)
64
- private static final String STYLE_SRC = "style-src https://cdn.rawgit.com " ;
61
+ // - 'https://cdn.jsdelivr.net ' is required by languages.min.css (FIXME: GH #246)
62
+ private static final String STYLE_SRC = "style-src https://cdn.jsdelivr.net " ;
65
63
66
64
// - 'self' is required for our own CSS files
67
65
private static final String STYLES_SELF = " 'self'" ;
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_activation_title}| "> My stamps: account activation</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_auth_title}| "> My stamps: authentication</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_registration_title}| "> My stamps: registration</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_create_category}| "> My stamps: add a category</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 10
10
< title th:text ="|#{t_my_stamps}: #{t_category_info}| "> My stamps: Category info</ title >
11
11
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
12
12
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
13
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
13
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
14
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
15
15
<!--/*/
16
16
<link rel="canonical" th:href="@{${PUBLIC_URL} + ${INFO_CATEGORY_PAGE}(slug=${categorySlug})}" />
Original file line number Diff line number Diff line change 10
10
< title th:text ="|#{t_my_stamps}: #{t_categories}| "> My stamps: categories</ title >
11
11
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
12
12
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
13
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
13
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
14
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
15
15
</ head >
16
16
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_collection_of(${ownerName})}| "> My stamps: John Doe's collection</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_collection_of(${ownerName})}| "> My stamps: John Doe's collection</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_add_country}| "> My stamps: add a country</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 10
10
< title th:text ="|#{t_my_stamps}: #{t_stamps_of(${countryName})}| "> My stamps: stamps of Italy</ title >
11
11
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
12
12
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
13
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
13
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
14
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
15
15
<!--/*/
16
16
<link rel="canonical" th:href="@{${PUBLIC_URL} + ${INFO_COUNTRY_PAGE}(slug=${countrySlug})}" />
Original file line number Diff line number Diff line change 10
10
< title th:text ="|#{t_my_stamps}: #{t_countries}| "> My stamps: countries</ title >
11
11
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
12
12
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
13
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
13
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
14
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
15
15
</ head >
16
16
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_add_buyer_seller}| "> My stamps: add buyer/seller</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body onload ="initPage() ">
Original file line number Diff line number Diff line change 12
12
< title th:text ="|#{t_my_stamps}: #{t_add_series}| "> My stamps: add a stamp series</ title >
13
13
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
14
14
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
15
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
16
16
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
17
17
< link rel ="stylesheet " href ="http://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.5/css/selectize.bootstrap3.min.css " th:href ="${SELECTIZE_CSS} " />
18
18
</ head >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_import_request}| "> My stamps: import request</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_import_requests}| "> My stamps: import requests</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_import_series}| "> My stamps: import a series</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_series_info}| "> My stamps: Info about series</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_search_results}| "> My stamps: search results</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_suspicious_activities}| "> My stamps: suspicious activities</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
Original file line number Diff line number Diff line change 11
11
< title th:text ="|#{t_my_stamps}: #{t_index_title}| "> My stamps: create your own virtual collection!</ title >
12
12
< link rel ="shortcut icon " type ="image/x-icon " href ="../../../favicon.ico " th:href ="${FAVICON_ICO} " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css " th:href ="${BOOTSTRAP_CSS} " />
14
- < link rel ="stylesheet " href ="https://cdn.rawgit.com/ usrz/bootstrap-languages/ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/ usrz/bootstrap-languages@ 3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css " th:href ="${BOOTSTRAP_LANGUAGE} " />
15
15
< link rel ="stylesheet " href ="../../static/styles/main.css " th:href ="${MAIN_CSS} " />
16
16
</ head >
17
17
< body >
You can’t perform that action at this time.
0 commit comments