Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a3789b3b authored by Alexandre Flament's avatar Alexandre Flament Committed by GitHub
Browse files

Merge pull request #295 from return42/fix-csp-2

[fix] make HTML templates more CSP compliant
parents e41f78b8 b0623ac9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -374,6 +374,14 @@
  width: 100%;
  margin: 10px 0;
}
.default-image-style {
  width: auto;
  max-height: 60px;
  min-height: 60px;
}
.col-stat {
  width: 10rem;
}
/*
   this file is generated automatically by searx_extra/update/update_pygments.py
   using pygments version 2.10.0
+8 −0
Original line number Diff line number Diff line
@@ -374,6 +374,14 @@
  width: 100%;
  margin: 10px 0;
}
.default-image-style {
  width: auto;
  max-height: 60px;
  min-height: 60px;
}
.col-stat {
  width: 10rem;
}
/*
   this file is generated automatically by searx_extra/update/update_pygments.py
   using pygments version 2.10.0
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading