Skip to content

Commit 24dbf3e

Browse files
committed
docs: added @since flag to cors option
1 parent f147b93 commit 24dbf3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/default-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,11 @@ module.exports = {
242242
browser: "default",
243243

244244
/**
245-
* Add HTTP access control (CORS) headers to assets served by Browsersync
245+
* Add HTTP access control (CORS) headers to assets served by Browsersync.
246246
* @property cors
247247
* @type boolean
248248
* @default false
249+
* @since 2.16.0
249250
*/
250251
cors: false,
251252

0 commit comments

Comments
 (0)