| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-27 | simplify /mask-icon.svg redirect | Daniel Micay | |
| This no longer needs to use a regular expression as a workaround now that file path replacement uses template syntax. | |||
| 2021-11-26 | use preload header with nopush for repeat visitors | Daniel Micay | |
| 2021-11-26 | add integrity metadata to preload header | Daniel Micay | |
| 2021-11-24 | disable idle-detection in Permissions-Policy | Daniel Micay | |
| 2021-11-23 | update font version for preload/push | Daniel Micay | |
| 2021-11-18 | set up SRI for future use by CSP v3 | Daniel Micay | |
| 2021-11-11 | Nginx regex: don't capture groups unnecessarily | Rohan Kumar | |
| Good regex form: use "?:" to specify non-capturing groups when sections don't actually reference matched groups. There's no use saving a capture in these situations. | |||
| 2021-09-07 | nginx: use syslog for error_log | Daniel Micay | |
| 2021-08-30 | add another FAQ redirect | Daniel Micay | |
| 2021-08-22 | add redirect for broken backlinks with comma | Daniel Micay | |
| 2021-08-10 | add SVG Tiny Portable/Secure icon for BIMI | Daniel Micay | |
| https://bimigroup.org/ https://datatracker.ietf.org/doc/html/draft-svg-tiny-ps-abrotman-00 | |||
| 2021-07-30 | rename primary to 0 and replica1 to 1 | Daniel Micay | |
| 2021-07-30 | add support for ACME with replicas | Daniel Micay | |
| 2021-07-28 | add nginx modules symlink | Daniel Micay | |
| 2021-06-26 | nginx: use build defaults for user/pid settings | Daniel Micay | |
| This varies based on the OS and packaging. It's best to make the assumption that it's a reasonable nginx package rather than reducing portability. | |||
| 2021-06-22 | cleaner nginx status monitoring configuration | Daniel Micay | |
| 2021-06-21 | add back legacy redirect | Daniel Micay | |
| 2021-06-21 | set security headers for Matrix client metadata | Daniel Micay | |
| 2021-06-13 | fix redirects for broken twipu links | Daniel Micay | |
| 2021-06-11 | fix object replacement character redirect | Daniel Micay | |
| 2021-06-08 | mark Expect-CT as largely obsolete | Daniel Micay | |
| 2021-06-07 | convert if back into location block | Daniel Micay | |
| 2021-06-04 | remove legacy underscore redirects (unused) | Daniel Micay | |
| 2021-06-03 | add redirect away from old SVG favicon | Daniel Micay | |
| 2021-06-02 | reorder nginx location blocks | Daniel Micay | |
| 2021-06-02 | make index files into an implementation detail | Daniel Micay | |
| 2021-06-02 | treat html extension as an implementation detail | Daniel Micay | |
| These redirects aren't being used for any of the actual pages based on the access logs. | |||
| 2021-05-31 | add grapheneos.ca domain | Daniel Micay | |
| 2021-05-28 | add grapheneos.net domain | Daniel Micay | |
| 2021-05-24 | add Matrix client homeserver delegation | Daniel Micay | |
| 2021-05-24 | add Matrix homeserver delegation | Daniel Micay | |
| 2021-05-23 | drop types_hash_max_size configuration | Daniel Micay | |
| 2021-05-23 | add webmanifest mime type | Daniel Micay | |
| 2021-05-23 | add mjs as javascript extension | Daniel Micay | |
| 2021-05-23 | add upstream mime.types | Daniel Micay | |
| 2021-05-19 | simplify favicon.svg rewrite | Daniel Micay | |
| 2021-05-19 | add /favicon.svg location block | Daniel Micay | |
| 2021-05-18 | simplify redirect for broken backlinks | Daniel Micay | |
| 2021-05-18 | treat mask-icon.svg as an implementation detail | Daniel Micay | |
| 2021-05-18 | keep redirect location blocks together | Daniel Micay | |
| 2021-05-18 | use prefix match for fonts instead of regex | Daniel Micay | |
| 2021-05-18 | convert regex location into exact match | Daniel Micay | |
| 2021-05-17 | reduce cache time for SVG served as /favicon.ico | Daniel Micay | |
| Cache busting isn't available for /favicon.ico when it isn't fetched for an HTML page. | |||
| 2021-05-17 | use SVG for /favicon.ico if browser asks for it | Daniel Micay | |
| This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files. | |||
| 2021-05-16 | remove legacy graphene.png redirect | Daniel Micay | |
| 2021-05-16 | stop logging not found files as errors | Daniel Micay | |
| 2021-05-16 | fail fast on mta-sts bot traffic | Daniel Micay | |
| 2021-05-14 | rename grapheneos.css to main.css | Daniel Micay | |
| 2021-05-14 | redirect 404 /page/ to /page if /page.html exists | Daniel Micay | |
| 2021-05-11 | add comment explaining HTTPS redirect approach | Daniel Micay | |
