1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 10:04:07 +02:00

Use rel=noreferrer in WebKit

This commit is contained in:
Jakub Vrana
2014-03-26 08:58:28 -07:00
parent ba7af8e31c
commit 96c8e6fb71
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ Trim trailing non-breaking spaces in SQL textarea
Display time of the select command
Print elapsed time in HTML instead of SQL command comment
Improve gzip export ratio (bug #387)
Fix enum types in routines (bug #391)
Use rel="noreferrer" for external links, skip adminer.org redirect in WebKit
MySQL: Fix enum types in routines (bug #391)
MySQL: Fix editing rows by binary values, bug since Adminer 3.7.1
MySQL: Respect daylight saving time in dump, bug since Adminer 3.6.4
MySQL 5.6.5+: Support ON UPDATE on datatime column