fix: address code review findings for DNS management
- CRITICAL: Change DNS zones endpoint from GET to POST to avoid leaking API token in URL query parameters - HIGH: Add sync.RWMutex to protect dnsProvider field in Server, Deployer, and proxy Manager against concurrent read/write races - HIGH: Capture old DNS provider reference synchronously before launching background cleanup goroutine - HIGH: Use getDNS()/getDNSProviderLocked() accessors instead of direct field reads in all DNS operations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export const index = 5;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/pages/deploy/_page.svelte.js')).default;
|
||||
export const imports = ["_app/immutable/nodes/5.C24PPPF_.js","_app/immutable/chunks/BJdXET8u.js","_app/immutable/chunks/DKemW7Dm.js","_app/immutable/chunks/BSXRhUWv.js","_app/immutable/chunks/ecfdBtDb.js","_app/immutable/chunks/kfynmD3Z.js","_app/immutable/chunks/Bxa5VUw6.js","_app/immutable/chunks/Bpb8V1MF.js","_app/immutable/chunks/DTyrBG6r.js","_app/immutable/chunks/DfwQ65vN.js","_app/immutable/chunks/DgtbvmBB.js","_app/immutable/chunks/BxXVdbgr.js","_app/immutable/chunks/CZnXUJhL.js","_app/immutable/chunks/BoGS7hWi.js","_app/immutable/chunks/R0-LJft-.js","_app/immutable/chunks/BvIWRct8.js","_app/immutable/chunks/CjZL2MYp.js","_app/immutable/chunks/Hsiz6fBZ.js","_app/immutable/chunks/BFW91e3Y.js"];
|
||||
export const stylesheets = ["_app/immutable/assets/EntityPicker.D4Qf6tQ2.css"];
|
||||
export const fonts = [];
|
||||
Reference in New Issue
Block a user