From 0a725e9ecff872bde8a76738ae16b3d218fc5d8c Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 29 Nov 2020 02:02:34 +0000 Subject: [PATCH] fix(redirects): update /files/ paths - 1f703167130b51324eb328f35c9be2c18f5d1daf --- source/_posts/caddy2-pre-compressed.md | 2 +- source/about/index.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_posts/caddy2-pre-compressed.md b/source/_posts/caddy2-pre-compressed.md index ba3bd39..f74827b 100644 --- a/source/_posts/caddy2-pre-compressed.md +++ b/source/_posts/caddy2-pre-compressed.md @@ -109,7 +109,7 @@ header @svg Content-Type image/svg+xml root * /home/user/www ``` -I prepared a set of dummy files with most common file extensions ([download](https://gitlab.com/curben/blog/-/raw/site/20201112/dummy.zip)). This enables you to test whether Caddy serves the correct file. `.gz` and `.br` files are _not_ compressed files, they are text files so that you can easily identify the file being served. This also means you cannot test it on browsers since the files are not are not actually compressed (you'll get encoding error); also note that web browsers only send `Accept-Encoding: br` request header to HTTPS website. +I prepared a set of dummy files with most common file extensions ([download](/files/20201112/dummy.zip)). This enables you to test whether Caddy serves the correct file. `.gz` and `.br` files are _not_ compressed files, they are text files so that you can easily identify the file being served. This also means you cannot test it on browsers since the files are not are not actually compressed (you'll get encoding error); also note that web browsers only send `Accept-Encoding: br` request header to HTTPS website. Unzip the dummy.zip and specify the folder in the `root` directive. Following are some sample tests after you start Caddy: diff --git a/source/about/index.md b/source/about/index.md index 3de2d38..82c7cce 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -21,8 +21,8 @@ updated: 2020-02-19 ## Publications -- Leom, MD, Deegan, G, Martini, B & Boland, J 2021, 'Information disclosure in mobile device: examining the influence of information relevance and recipient', _HICSS_. [Preprint](https://gitlab.com/curben/blog/-/raw/site/publications/Information-disclosure-mobile-device_preprint.pdf) -- Leom, MD 2020, 'User privacy preservation on mobile devices: investigating the role of contextual integrity', PhD thesis, University of South Australia. [PDF](https://gitlab.com/curben/blog/-/raw/site/publications/User-privacy-preservation_thesis.pdf) -- Leom, MD, Choo, K-KR & Hunt, R 2016, 'Remove wiping and secure deletion on mobile devices: a review', _Journal of Forensic Sciences_, pp. 1-20, doi: [10.1111/1556-4029.13203](https://doi.org/10.1111/1556-4029.13203). [Postprint](https://gitlab.com/curben/blog/-/raw/site/publications/Remote-wiping-and-secure-deletion-on-mobile-devices-a-review_postprint.pdf) -- Leom, MD 2015, 'Remote wiping in Android', MSc thesis, University of South Australia. [PDF](https://gitlab.com/curben/blog/-/raw/site/publications/Remote-wiping-in-Android_thesis.pdf) -- Leom, MD, D'orazio, CJ, Deegan, G & Choo, K-KR 2015, 'Forensic collection and analysis of thumbnails in Android', _Trustcom/BigDataSE/ISPA_, IEEE, pp. 1059-66, doi: [10.1109/Trustcom.2015.483](https://doi.org/10.1109/Trustcom.2015.483). [Postprint](https://gitlab.com/curben/blog/-/raw/site/publications/Forensic-collection-and-analysis-of-thumbnails-in-Android_postprint.pdf) +- Leom, MD, Deegan, G, Martini, B & Boland, J 2021, 'Information disclosure in mobile device: examining the influence of information relevance and recipient', _HICSS_. [Preprint](/files/publications/Information-disclosure-mobile-device_preprint.pdf) +- Leom, MD 2020, 'User privacy preservation on mobile devices: investigating the role of contextual integrity', PhD thesis, University of South Australia. [PDF](/files/publications/User-privacy-preservation_thesis.pdf) +- Leom, MD, Choo, K-KR & Hunt, R 2016, 'Remove wiping and secure deletion on mobile devices: a review', _Journal of Forensic Sciences_, pp. 1-20, doi: [10.1111/1556-4029.13203](https://doi.org/10.1111/1556-4029.13203). [Postprint](/files/publications/Remote-wiping-and-secure-deletion-on-mobile-devices-a-review_postprint.pdf) +- Leom, MD 2015, 'Remote wiping in Android', MSc thesis, University of South Australia. [PDF](/files/publications/Remote-wiping-in-Android_thesis.pdf) +- Leom, MD, D'orazio, CJ, Deegan, G & Choo, K-KR 2015, 'Forensic collection and analysis of thumbnails in Android', _Trustcom/BigDataSE/ISPA_, IEEE, pp. 1059-66, doi: [10.1109/Trustcom.2015.483](https://doi.org/10.1109/Trustcom.2015.483). [Postprint](/files/publications/Forensic-collection-and-analysis-of-thumbnails-in-Android_postprint.pdf)