Hi,
A couple of days ago, I upgraded to ownCloud 9.0. Since then, I've had
a problem with the theme that I created for our site. The modifications
in my theme are fairly trivial.
I change the background image on the login page.
#body-login {
background: rgba(254,254,254,1.0) url('../img/cloud-background.jpg')
no-repeat fixed 0 0;
background-size: 100%;
}
Made a few color mods, and set a logo
#header .logo {
background-image: url('../img/ari_cloud_logo.png');
background-size: 370px 120px;
width: 370px;
height: 150px;
}
After the upgrade, my background image no longer loads. Examining the
console in firebug, I see the message
Content Security Policy: The page's settings blocked the loading of a
resource at self ("script-src https://cloud.aerodyne.com
'unsafe-eval'").
I can't tell if that is related or not. I don't believe that it is. I
can see the file being requested and accessed in the server log files.
There's a GET with a status code of 200 for the file.
Curiously, the logo displays with no problem, even though it is in the
exact same place and has the same permissions.
Does anyone have a clue about what change could cause this problem and
how I can correct it?
Fred Bacon
Aerodyne Research
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user