Project

General

Profile

Actions

tickets #17416

closed

fix download.o.o stylesheet

Added by bernhardout@lsmod.de about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Servers hosted in NBG
Target version:
-
Start date:
Due date:
% Done:

100%

Estimated time:

Description

https://download.opensuse.org/ links to

http://static.opensuse.org/css/mirrorbrain.css

but that is not used because it is considered insecure.

Please change the "MirrorBrainMirrorlistStyleSheet" value in the apache
config of download.o.o to "//static.opensuse.org/css/mirrorbrain.css"

-MirrorBrainMirrorlistStyleSheet
"http://static.opensuse.org/css/mirrorbrain.css"
+MirrorBrainMirrorlistStyleSheet "//static.opensuse.org/css/mirrorbrain.css"

This will use the HTTPS version of the stylesheet when accessing the
download.o.o page over HTTPS.

Actions #1

Updated by tampakrap about 7 years ago

  • Private changed from Yes to No
Actions #2

Updated by Anonymous about 7 years ago

  • Category set to Servers hosted in NBG
  • Assignee set to RBrownSUSE

Note: we might even go further and add some header to each download.o.o content - like the openSUSE Education team did with their mirrorbrain instance:

http://download.opensuse-education.org/

or

http://download.opensuse-education.org/updates/1.0/42.1/repodata/6bf9672d0862e8ef8b8ff05a2fd0208a922b1f5978e6589d87944c88259cb670-other.xml.gz.mirrorlist

as examples. This would increase content delivered directly by download.o.o, but on the other side give a better user experience.

@Richard: wouldn't that something for you?

Actions #3

Updated by Anonymous about 7 years ago

  • % Done changed from 0 to 80

bernhardout@lsmod.de wrote:

https://download.opensuse.org/ links to

http://static.opensuse.org/css/mirrorbrain.css

but that is not used because it is considered insecure.

Please change the "MirrorBrainMirrorlistStyleSheet" value in the apache
config of download.o.o to "//static.opensuse.org/css/mirrorbrain.css"

-MirrorBrainMirrorlistStyleSheet
"http://static.opensuse.org/css/mirrorbrain.css"
+MirrorBrainMirrorlistStyleSheet "//static.opensuse.org/css/mirrorbrain.css"

I see:
IndexStyleSheet "//static.opensuse.org/css/mirrorbrain.css"

in the configuration and also the source of https://download.opensuse.org/ shows:

href="//static.opensuse.org/css/mirrorbrain.css" 

So I assume that the original issue is fixed already.

Actions #4

Updated by Anonymous about 7 years ago

I dont understand what you want to do lars.

Actions #5

Updated by Anonymous about 7 years ago

darix wrote:

I dont understand what you want to do lars.

regarding mod_autoindex-defaults.conf:

    IndexOptions FancyIndexing
    IndexOptions TrackModified
    IndexOptions FoldersFirst IgnoreCase XHTML
    IndexOptions NameWidth=*
    IndexOptions DescriptionWidth=*
    IndexOptions SuppressDescription
    IndexOptions IconHeight=16 IconWidth=16

    IndexStyleSheet /css/index.css
    ReadmeName /README.html
    HeaderName /HEADER.html

...and Richard might be able to provide us with some nicely styled files (index.css, README.html and HEADER.html). Does this answer your question?

Actions #6

Updated by Anonymous over 6 years ago

  • Status changed from New to Closed
  • % Done changed from 80 to 100

Closing, as we use a completely new style sheet now.

Actions

Also available in: Atom PDF