Safari mobile 15+ uses desktop mode by default, if desired disable it in;
- Settings > Safari > Request Desktop Website > Off
Safari mobile 15+ uses desktop mode by default, if desired disable it in;
"Requests to the server have been blocked by an extension." can be causes by a Chrome mailto: bug. Use "open link in new tab" or Firefox to work around this issue.
mailto has no defined limit on the number of characters but there are limits in practice (as of 2015)
There is a Microsoft Office bug (2019105) that will attempt WebDAV windows authentication from non WebDAV links. To work around this bug the server can specify the "Content-Disposition" header as an "attachment" (requesting the browser save the file instead of opening it). Microsoft Internet Explorer will still ask if you want to open the file but will not attempt WebDAV. When making links with ShowItemData.po use the "download" in place of the "filename" parameter. For example:
/ShowItemData.po?handle=123&download=file.ext
Some browsers incorrectly cache HTTP 302 "Found/Moved temporarily" and 303 "See Other" redirects as if they were 301 "Permanent Redirect"s.
The "Too many redirects" error can be temporarily fixed In the "Safari" menu by selecting "Reset Safari".
Disabling "Use a prediction service to load pages more quickly" is advised.
There is a limitation of the PostgreSQL installer if you are using windows domains.
The installer will need to make a postgres user that have write permissions on %PROGRAMFILES%\Postgres.
If the PostgreSQL is/will-be unable to do so, please setup the permissions beforehand. Adding write for "Everyone" or adding rights for a new postgres user with the default password Pgsq1p@ssword will avert this limitation.
If you tried a normal noodle install and you have a black "upgrade in progress" screen then this is likely the problem. There is no need to reinstall noodle; just uninstall PostgreSQL, set up the permissions, download the PGInstaller and reinstall PostgreSQL.
After you install PostgreSQL you will need to edit the pg_hba.conf and make sure there is a "127.0.0.1/32 password" line.
Next run the init.sql in the Noodle folder with PGAdmin3 one line at a time.
Restart the PostgreSQL then Noodle service.