[wp-trac] [WordPress Trac] #49272: Add support for new privacy headers in core

WordPress Trac noreply at wordpress.org
Wed Jan 22 21:35:02 UTC 2020


#49272: Add support for new privacy headers in core
-------------------------+--------------------------------------
 Reporter:  carike       |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Privacy      |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:  administration, privacy
-------------------------+--------------------------------------

Comment (by TimothyBlynJacobs):

 Have you considered instead a ".well-known" like JSON file? For instance,
 plugins could create a `privacy.json` file in the root directory of their
 plugin. It would still be machine readable by .org ( or anyone else ), but
 wouldn't make it difficult to read ( and parse! ) the plugin headers.


 {{{
 {
   "saas": [
     "https://example.org",
     "https://example.com"
   ],
   "sends-email": true
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49272#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list