Compare commits

..

4 Commits

Author SHA1 Message Date
dependabot[bot]
c8c9e70051
Merge 7c4c7727d3dafadf9a42afa344600a2a6029e1e5 into 78d0df26afbbfa18e93f8716dae756b8f9ea925c 2024-02-15 04:33:14 +00:00
dependabot[bot]
7c4c7727d3
build(deps): bump the bundler group with 1 update
Bumps the bundler group with 1 update: [github-pages](https://github.com/github/pages-gem).


Updates `github-pages` from 229 to 230
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v229...v230)

---
updated-dependencies:
- dependency-name: github-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-15 04:33:12 +00:00
78d0df26af
matrix: add links to https://github.com/matrix-org/matrix-spec/issues/neilalexander 2024-02-14 18:41:29 +02:00
8e800ef806
browser-extensions: fix link 2024-02-14 12:11:30 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -176,7 +176,7 @@ These likely also exist, but just without the `vendor-` part when searhcing.
# Firefox about:config # Firefox about:config
_On LibreAwoo, refer to my [conf/librewolf.overrides.cfg.js in my shell-things repo](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/conf/librewolf.overrides.cfg.js)._ _On LibreAwoo or autoconfig, refer to my [conf/librewolf.overrides.cfg in my shell-things repo](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/conf/librewolf.overrides.cfg) which has kind of replaced this section?._
- `security.certerrors.mitm.auto_enable_enterprise_roots` to `false` in order to not trust system CA store in case of enterprise MITM - `security.certerrors.mitm.auto_enable_enterprise_roots` to `false` in order to not trust system CA store in case of enterprise MITM
- `security.OCSP.require` to `true` in order to not allow [OCSP](https://en.wikipedia.org/wiki/OCSP_stapling) soft fail. This may be a bit paranoid, but _only the paranoid survive._ - `security.OCSP.require` to `true` in order to not allow [OCSP](https://en.wikipedia.org/wiki/OCSP_stapling) soft fail. This may be a bit paranoid, but _only the paranoid survive._

View File

@ -259,6 +259,8 @@ but regardless [still happens in all versions after that](https://github.com/mat
You shouldn't just trust me or the variable on this site on what is the latest version, [consult the Spec](https://spec.matrix.org/latest/rooms/#complete-list-of-room-versions) and add [Version Checker](matrix:u/version:maunium.net) or [their sibling](https://github.com/maubot/rsvc) to your room and once they join, `!servers upgrade {{site.matrixLatestRoomVersion}}` replacing the {{site.matrixLatestRoomVersion}} with your target version. You shouldn't just trust me or the variable on this site on what is the latest version, [consult the Spec](https://spec.matrix.org/latest/rooms/#complete-list-of-room-versions) and add [Version Checker](matrix:u/version:maunium.net) or [their sibling](https://github.com/maubot/rsvc) to your room and once they join, `!servers upgrade {{site.matrixLatestRoomVersion}}` replacing the {{site.matrixLatestRoomVersion}} with your target version.
- See also [Matrix spec issues reported by Neil](https://github.com/matrix-org/matrix-spec/issues/neilalexander).
#### How about DAG splits? #### How about DAG splits?
DAG splits are a phenomenon somehow related to state resets above, but instead DAG splits are a phenomenon somehow related to state resets above, but instead
@ -274,6 +276,8 @@ People understanding state resolution (which by the way don't include me)
disagree on the exact cause only agreeing that it's difficult to fix. From disagree on the exact cause only agreeing that it's difficult to fix. From
what is told to me, I understand it to be tracked [in the same Synapse issue #8629](https://github.com/matrix-org/synapse/issues/8629). what is told to me, I understand it to be tracked [in the same Synapse issue #8629](https://github.com/matrix-org/synapse/issues/8629).
- See also [Matrix spec issues reported by Neil](https://github.com/matrix-org/matrix-spec/issues/neilalexander).
### Can I have a non-federated room? ### Can I have a non-federated room?
Yes, there are two methods. Yes, there are two methods.