mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +00:00
* Add an option to disable CORS * change 'disable' with 'enable' CORS, because that is what this option actually does * add a change note * typo
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
title: $:/changenotes/5.4.0/#9277
|
|
description: Added an option to enable CORS
|
|
release: 5.4.0
|
|
tags: $:/tags/ChangeNote
|
|
change-type: feature
|
|
change-category: developer
|
|
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9277
|
|
github-contributors: kixam
|
|
|
|
Added an option to the TiddlyWiki5 server to enable CORS (ie. don't check `same-origin`). It is meant for advanced users, do not use it unless you understand the full consequences.
|