diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2017-05-17 11:55:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-05-17 14:41:26 +0200 |
commit | e8918c464c7be09823bc8f5179080d7da0060de7 (patch) | |
tree | 04d03c2286a493a33659931fb644ae2c1fa0566a /sw | |
parent | f7efddff6621e0c6f967f7159cf929a108285c34 (diff) |
Use more secure HTTPS URL for dev-www.libreoffice.org
Run the command below to convert all URLs for *dev-www.libreoffice.org*
to use the more secure HTTPS URL.
```
git grep -l 'http://dev-www' | xargs sed -i 's,http://dev-www.libreoffice.org,https://dev-www.libreoffice.org,g'
```
If a redirect is implemented for the insecure HTTP requests, also one
request would be saved.
```
$ curl -I http://dev-www.libreoffice.org
HTTP/1.1 200 OK
Date: Wed, 17 May 2017 10:00:52 GMT
Server: Apache/2.2.12 (Linux/SUSE)
Content-Type: text/html;charset=ISO-8859-1
$ curl -I https://dev-www.libreoffice.org
HTTP/1.1 200 OK
Date: Wed, 17 May 2017 10:00:57 GMT
Server: Apache/2.2.12 (Linux/SUSE)
Content-Type: text/html;charset=ISO-8859-1
```
Change-Id: I99626ded90f72239f98ce76fd1b2760c31c34408
Reviewed-on: https://gerrit.libreoffice.org/37703
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/README b/sw/qa/extras/README index c77ded05ddcb..ff6425a8eb43 100644 --- a/sw/qa/extras/README +++ b/sw/qa/extras/README @@ -76,7 +76,7 @@ enough if you want to test a paragraph or character property. Figuring out the UNO API just by reading the idl files under `offapi/` is not that productive. Xray can help in this case. Download it from: -http://dev-www.libreoffice.org/extern/XrayTool52_en.sxw +https://dev-www.libreoffice.org/extern/XrayTool52_en.sxw It's a document file, start Writer, Tools -> Options -> LibreOffice -> Security, Macro Security, and there choose Low. Then open the document, and click `Install |