Skip to content

Commit

Permalink
Fixed issue #11551: [security] LimeSurvey is using external font libr…
Browse files Browse the repository at this point in the history
…aries
  • Loading branch information
c-schmitz committed Aug 16, 2016
1 parent c4df96b commit 43175e0
Show file tree
Hide file tree
Showing 52 changed files with 1,443 additions and 25,182 deletions.
28 changes: 27 additions & 1 deletion templates/news_paper/css/news_paper.css
@@ -1,4 +1,30 @@
@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");
/* news-cycle-regular - latin */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 400;
src: url('../fonts/news-cycle-v13-latin-regular.eot'); /* IE9 Compat Modes */
src: local('News Cycle'), local('NewsCycle'),
url('../fonts/news-cycle-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/news-cycle-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/news-cycle-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/news-cycle-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/news-cycle-v13-latin-regular.svg#NewsCycle') format('svg'); /* Legacy iOS */
}

/* news-cycle-700 - latin */
@font-face {
font-family: 'News Cycle';
font-style: normal;
font-weight: 700;
src: url('../fonts/news-cycle-v13-latin-700.eot'); /* IE9 Compat Modes */
src: local('News Cycle Bold'), local('NewsCycle-Bold'),
url('../fonts/news-cycle-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/news-cycle-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/news-cycle-v13-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/news-cycle-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/news-cycle-v13-latin-700.svg#NewsCycle') format('svg'); /* Legacy iOS */
}
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
Expand Down
Binary file removed templates/news_paper/fonts/lato-v11-latin-700.eot
Binary file not shown.
4,457 changes: 0 additions & 4,457 deletions templates/news_paper/fonts/lato-v11-latin-700.svg

This file was deleted.

Binary file removed templates/news_paper/fonts/lato-v11-latin-700.ttf
Binary file not shown.
Binary file removed templates/news_paper/fonts/lato-v11-latin-700.woff
Binary file not shown.
Binary file not shown.
Binary file removed templates/news_paper/fonts/lato-v11-latin-italic.eot
Binary file not shown.
3,985 changes: 0 additions & 3,985 deletions templates/news_paper/fonts/lato-v11-latin-italic.svg

This file was deleted.

Binary file removed templates/news_paper/fonts/lato-v11-latin-italic.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,148 changes: 0 additions & 4,148 deletions templates/news_paper/fonts/lato-v11-latin-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
335 changes: 335 additions & 0 deletions templates/news_paper/fonts/news-cycle-v13-latin-700.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
328 changes: 328 additions & 0 deletions templates/news_paper/fonts/news-cycle-v13-latin-regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 27 additions & 1 deletion templates/ubuntu_orange/css/ubuntu_orange.css
@@ -1,4 +1,30 @@
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
/* ubuntu-regular - latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('../fonts/ubuntu-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Ubuntu'),
url('../fonts/ubuntu-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/ubuntu-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/ubuntu-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/ubuntu-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/ubuntu-v9-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('../fonts/ubuntu-v9-latin-700.eot'); /* IE9 Compat Modes */
src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
url('../fonts/ubuntu-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/ubuntu-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/ubuntu-v9-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/ubuntu-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/ubuntu-v9-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
Expand Down
Binary file removed templates/ubuntu_orange/fonts/lato-v11-latin-700.eot
Binary file not shown.
4,457 changes: 0 additions & 4,457 deletions templates/ubuntu_orange/fonts/lato-v11-latin-700.svg

This file was deleted.

Binary file removed templates/ubuntu_orange/fonts/lato-v11-latin-700.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3,985 changes: 0 additions & 3,985 deletions templates/ubuntu_orange/fonts/lato-v11-latin-italic.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,148 changes: 0 additions & 4,148 deletions templates/ubuntu_orange/fonts/lato-v11-latin-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
363 changes: 363 additions & 0 deletions templates/ubuntu_orange/fonts/ubuntu-v9-latin-700.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
363 changes: 363 additions & 0 deletions templates/ubuntu_orange/fonts/ubuntu-v9-latin-regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 43175e0

Please sign in to comment.