ttp-agent-sdk 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/_headers CHANGED
@@ -3,15 +3,10 @@
3
3
 
4
4
  # CORS headers for audio-processor.js (required for AudioWorklet)
5
5
  # AudioWorklet requires CORS headers to load from CDN
6
+ # NOTE: Only this specific rule is needed - do not add wildcard rules that would duplicate headers
6
7
  /audio-processor.js
7
8
  Access-Control-Allow-Origin: *
8
9
  Access-Control-Allow-Methods: GET, OPTIONS
9
10
  Access-Control-Allow-Headers: Content-Type
10
11
  Content-Type: application/javascript
11
12
 
12
- # CORS headers for all JavaScript files (optional but recommended)
13
- /*.js
14
- Access-Control-Allow-Origin: *
15
- Access-Control-Allow-Methods: GET, OPTIONS
16
- Access-Control-Allow-Headers: Content-Type
17
-