loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request '[CHORE] Remove `AGPL-1.0` as allowed license' (#4673) from gusted/forgejo-rm-agpl into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4673
Reviewed-by: Beowulf <beowulf@noreply.codeberg.org>

+1 -1
+1 -1
webpack.config.js
··· 36 36 licenseChecker.init({ 37 37 start: baseDirectory, 38 38 production: true, 39 - onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; AGPL-1.0; ISC; Unlicense; CC-BY-4.0', 39 + onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; ISC; Unlicense; CC-BY-4.0', 40 40 // argparse@2.0.1 - Python-2.0. It's used in the CLI file of markdown-it and js-yaml and not in the library code. 41 41 // elkjs@0.9.3 - EPL-2.0. See https://github.com/mermaid-js/mermaid/pull/5654 42 42 // idiomorph@0.3.0. See https://github.com/bigskysoftware/idiomorph/pull/37