PowerDNS-Admin/powerdnsadmin
Andrew Nimmo 680e4cf431
Avoid Safari telephone number detection
Using PowerDNS-Admin on an iPad with Safari can cause incorrect identification of some record data as a telephone number. When submitted, the record with the incorrectly identified data causes an error because of the additional markup present on the submitted data. This was noted in particular with the SOA record. 

The proposed change is to add the Safari meta tag to disable format detection:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW5
2020-10-14 17:21:59 +02:00
..
lib Upgrade pip packages 2020-10-10 20:27:09 +02:00
models Merge pull request #801 from cyso/pr/sync-accounts 2020-10-12 12:48:22 +02:00
routes Merge pull request #761 from ngoduykhanh/record_rollback 2020-10-11 13:01:26 +02:00
services Upgrade pip packages 2020-10-10 20:27:09 +02:00
static Offline installation and searchable inputs 2020-04-30 17:20:37 +00:00
templates Avoid Safari telephone number detection 2020-10-14 17:21:59 +02:00
__init__.py Merge remote-tracking branch 'keesbos/mgmt' 2020-05-17 19:43:45 +07:00
assets.py Offline installation and searchable inputs 2020-04-30 17:20:37 +00:00
decorators.py Extend api with account and user management 2020-01-27 14:04:15 +00:00
default_config.py Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
swagger-spec.yaml Update swagger yaml 2020-05-17 21:00:13 +07:00