<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/.htaccess, branch 1.23.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.23.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.23.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-11-01T16:29:16+00:00</updated>
<entry>
<title>Fix Apache IfVersion (#5804)</title>
<updated>2023-11-01T16:29:16+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-11-01T16:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0795d47d82391b6679605390d809b2dbe6bfc127'/>
<id>urn:sha1:0795d47d82391b6679605390d809b2dbe6bfc127</id>
<content type='text'>
* Fix Apache IfVersion
fix https://github.com/FreshRSS/FreshRSS/issues/5803

* Minor changelog</content>
</entry>
<entry>
<title>Document Apache 2.4+ (#5791)</title>
<updated>2023-10-31T11:27:32+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-10-31T11:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8'/>
<id>urn:sha1:0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8</id>
<content type='text'>
And avoid crash in Apache 2.2 anyway
fix https://github.com/FreshRSS/FreshRSS/issues/5790</content>
</entry>
<entry>
<title>Rework trusted proxies (#5549)</title>
<updated>2023-07-30T10:59:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-07-30T10:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e7689459f25663e00b4f5814a3608872ff36b582'/>
<id>urn:sha1:e7689459f25663e00b4f5814a3608872ff36b582</id>
<content type='text'>
* Rework trusted proxies
Fix https://github.com/FreshRSS/FreshRSS/issues/5502
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/3226

New environment variable `TRUSTED_PROXY`: set to 0 to disable, or to a list of trusted IP ranges compatible with https://httpd.apache.org/docs/current/mod/mod_remoteip.html#remoteiptrustedproxy

New internal environment variable `CONN_REMOTE_ADDR` to remember the true IP address of the connection (e.g. last proxy), even when using mod_remoteip.

Current working setups should not observe any significant change.

* Minor whitespace

* Safer trusted sources during install
Rework of https://github.com/FreshRSS/FreshRSS/pull/5358
https://github.com/FreshRSS/FreshRSS/issues/5357

* Minor readme</content>
</entry>
<entry>
<title>Update mime type font/woff (#4894)</title>
<updated>2022-11-24T12:58:54+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-11-24T12:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=50f293c346c95f3f4f70d9d01ee1c28d29649694'/>
<id>urn:sha1:50f293c346c95f3f4f70d9d01ee1c28d29649694</id>
<content type='text'>
* Update mime type font/woff
https://www.rfc-editor.org/rfc/rfc8081
`application/font-woff*` is deprecated for `font/woff*`

* Order</content>
</entry>
<entry>
<title>Fix: Compressed &amp; Cached JS files (#4075)</title>
<updated>2021-12-21T22:43:59+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2021-12-21T22:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=46cb8644c4d70644a283b9e8efa3e25fdc8d3d41'/>
<id>urn:sha1:46cb8644c4d70644a283b9e8efa3e25fdc8d3d41</id>
<content type='text'>
* Update .htaccess

* Explicit MIME type for .js
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Configuring_server_MIME_types
https://www.iana.org/assignments/media-types/media-types.xhtml

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Docker fix missing .htaccess (#4074)</title>
<updated>2021-12-20T19:46:41+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2021-12-20T19:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=816f4178dc2852f47c0d5d81cd8c665d7e48c731'/>
<id>urn:sha1:816f4178dc2852f47c0d5d81cd8c665d7e48c731</id>
<content type='text'>
Related to https://github.com/FreshRSS/FreshRSS/issues/4073
In our Docker configuration, `.htaccess` files are included only once at startup. The one for themes was missing.</content>
</entry>
<entry>
<title>Cookie same-site (#2630)</title>
<updated>2019-11-05T17:11:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2019-11-05T17:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8b0f9fae9f34ef25458e79a477758a45873b7cd4'/>
<id>urn:sha1:8b0f9fae9f34ef25458e79a477758a45873b7cd4</id>
<content type='text'>
* Set-Cookie SameSite

* https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00
* https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7
* https://blog.mozilla.org/security/2018/04/24/same-site-cookies-in-firefox-60/
* https://blog.chromium.org/2019/10/developers-get-ready-for-new.html

Set to Lax instead of Strict to allow linking to allow linking to FreshRSS sub-pages without having to log-in again</content>
</entry>
<entry>
<title>Add more glyphs for opensans font (#1032)</title>
<updated>2017-12-02T18:01:29+00:00</updated>
<author>
<name>Pavel Pletenev</name>
<email>cpp.create@gmail.com</email>
</author>
<published>2017-12-02T18:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ac73ba3accd8f5638b330002d002460067c4e012'/>
<id>urn:sha1:ac73ba3accd8f5638b330002d002460067c4e012</id>
<content type='text'>
* Add more glyphs for opensans font

* Update .htaccess to support woff2 file format

* Fixed browser support for new font face

* Fixed Origine theme css and .htaccess

* Deleted unneeded fonts

* Added stylefiles for OpenSans font

* Fixed all themes with new font css

* Avoid additional CSS file

* htaccess cache control public

* Font casing bug

* Remove TTF font

Too big, low need https://caniuse.com/#search=woff

* Changelog 1032

https://github.com/FreshRSS/FreshRSS/pull/1032
https://github.com/FreshRSS/FreshRSS/pull/1028
</content>
</entry>
<entry>
<title>CSP for SVG</title>
<updated>2016-03-08T17:20:14+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-03-08T17:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c4ebc5c4a9e403d854b85b4138ffc3f6957689cc'/>
<id>urn:sha1:c4ebc5c4a9e403d854b85b4138ffc3f6957689cc</id>
<content type='text'>
And moved .htaccess rules in the folder there are used
https://github.com/FreshRSS/FreshRSS/issues/1114
</content>
</entry>
<entry>
<title>.htaccess : pour les nouveaux fichiers HTML, ainsi que la nouvelle structure ./p./i/</title>
<updated>2014-01-03T12:58:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2014-01-03T12:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=b339ce852696ef641871e097489aeb511c5dfae8'/>
<id>urn:sha1:b339ce852696ef641871e097489aeb511c5dfae8</id>
<content type='text'>
Avec la nouvelle structure ./p/i/ , la racine ./p/ est sensée être
publique, du coup pas de problème pour le favicon.ico par exemple.
</content>
</entry>
</feed>
