Compare commits

...

3 commits

Author SHA1 Message Date
Daniel Siepmann c951e6143f
Update customer and project specifics 2024-02-28 08:38:04 +01:00
Daniel Siepmann 5b7d998df1
Improve git diffs
Use 3 way annotation within files.
Use other algorithm.
2024-02-28 08:37:10 +01:00
Daniel Siepmann 1033fec278
Extend cookie banner handling in Firefox to none private browsing 2024-02-28 08:36:15 +01:00
7 changed files with 11 additions and 4 deletions

View file

@ -7,9 +7,13 @@
"indexer.exclude_patterns":
- "**\/var\/**\/*"
- "**\/typo3temp\/**\/*"
- "**\/typo3export\/**\/*"
- "**\/imgserver\/**\/*"
- "**\/fileadmin\/**\/*"
- "**\/uploads\/**\/*"
- "**\/Resources\/Public\/**\/*"
- "**\/*Assert.php"
- "**\/*Database.php"
- "**\/node_modules\/**\/*"
- "**\/stubs-rector\/**\/*"
- "**\/.ddev\/**\/*"

View file

@ -287,6 +287,7 @@ in {
"pref.privacy.disable_button.view_passwords" = false;
"app.shield.optoutstudies.enabled" = false;
"cookiebanners.service.mode" = 1;
"cookiebanners.service.mode.privateBrowsing" = 1;
"cookiebanners.ui.desktop.enabled" = true;

View file

@ -94,10 +94,11 @@
whitespace = "-blank-at-eol,-space-before-tab,-indent-with-non-tab,-tab-in-indent,-blank-at-eof,-trailing-space-,cr-at-eol";
};
# Not possible right now, due to: https://github.com/gitonomy/gitlib/issues/114 for onw customer project
# diff = {
# noprefix = true;
# };
diff = {
# Not possible right now, due to: https://github.com/gitonomy/gitlib/issues/114 for own customer project
# noprefix = true;
algorithm = "histogram";
};
pager = {
branch = false;
@ -133,6 +134,7 @@
merge = {
ff = true;
conflictstyle = "zdiff3";
tool = "nvimdiff4";
};

Binary file not shown.

Binary file not shown.

Binary file not shown.