mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-web: remove http2 push headers. They dont play well with pwauth (#224)
This commit is contained in:
parent
8c590e99b0
commit
2f83da0858
@ -1,7 +1,11 @@
|
||||
|
||||
[v0.31.0](https://github.com/nextcloud/nextcloudpi/commit/5d25473) (2017-09-27) wizard: connect backend with frontend. Modifications for first release
|
||||
[v0.31.2](https://github.com/nextcloud/nextcloudpi/commit/ac8af38) (2017-09-30) ncp-web: remove http2 push headers. They dont play well with pwauth (#224)
|
||||
|
||||
[v0.30.0](https://github.com/nextcloud/nextcloudpi/commit/87319a2) (2017-09-25) reviewed duckDNS: small adaptations
|
||||
[v0.31.1](https://github.com/nextcloud/nextcloudpi/commit/789850c) (2017-09-28) nc-static-IP: fix occ path
|
||||
|
||||
[v0.31.0](https://github.com/nextcloud/nextcloudpi/commit/a9f90b9) (2017-09-27) wizard: connect backend with frontend. Modifications for first release
|
||||
|
||||
[v0.30.0 ](https://github.com/nextcloud/nextcloudpi/commit/87319a2) (2017-09-25) reviewed duckDNS: small adaptations
|
||||
|
||||
[v0.29.4 ](https://github.com/nextcloud/nextcloudpi/commit/caa38a3) (2017-09-23) nc-backup: apply limit before backup
|
||||
|
||||
|
||||
@ -30,9 +30,6 @@
|
||||
ini_set('session.cookie_httponly', 1);
|
||||
if ( isset($_SERVER['HTTPS']) )
|
||||
ini_set('session.cookie_secure', 1);
|
||||
|
||||
// HTTP2 push headers
|
||||
header("Link: </minified.js>; rel=preload; as=script;,</ncp.js>; rel=preload; as=script;,</ncp.css>; rel=preload; as=style;,</ncp-logo.png>; rel=preload; as=image;, </loading-small.gif>; rel=preload; as=image;, rel=preconnect href=ncp-launcher.php;");
|
||||
?>
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<link rel="stylesheet" href="ncp.css">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user