- Admin dashboard (/admin/consent-logs) with password auth - Consent API (/api/consent) with SQLite + IP hashing - Privacy Policy (Thai) - PDPA Section 36 compliant - Terms & Conditions (Thai) - 9 standard clauses - .env.example template with Umami placeholder All pages preserve current design system.
13 lines
376 B
JavaScript
13 lines
376 B
JavaScript
/*!
|
|
* VaporJS JavaScript Library v1.4.5
|
|
* https://github.com/madrobby/vapor.js
|
|
*
|
|
* Copyright (c) 2010 Thomas Fuchs (http://script.aculo.us/thomas)
|
|
* Released under the MIT license
|
|
* https://github.com/madrobby/vapor.js/blob/master/MIT-LICENSE
|
|
*
|
|
* Date: 2019-05-25T03:04Z
|
|
*/
|
|
|
|
// React Native already polyfills `fetch` so this code is intentionally handled to VaporJS.
|