1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/errors
Connor Davis 419bec0b9b Fix #5674 Append crossOrigin on the client side too, add config option for crossOrigin (#5873)
# Fixes https://github.com/zeit/next.js/issues/5674

This adds config option
```js
// next.config.js
module.exports = {
  crossOrigin: 'anonymous'
}
```
This config option is defined in the webpack Define Plugin at build.
`Head` and `NextScript` now use the config option, if it's not explicitly set on the element.
This value is now passed to Webpack so it can add it to scripts that it loads.
The value is now used in `PageLoader` (on the client) so it can add it to the scripts and links that it loads.
Using `<Head crossOrigin>` or `<NextScript crossOrigin>` is now deprecated.
2018-12-13 01:05:21 +01:00
..
build-dir-not-writeable.md Add check for writeable directory (#3370) 2017-12-02 18:13:39 +01:00
doc-crossorigin-deprecated.md Fix #5674 Append crossOrigin on the client side too, add config option for crossOrigin (#5873) 2018-12-13 01:05:21 +01:00
generatebuildid-not-a-string.md Trim buildId returned from generateBuildId (#5634) 2018-11-12 15:57:48 +01:00
get-initial-props-as-an-instance-method.md Add warning for broken popstate (#5000) 2018-08-24 12:30:27 +02:00
no-document-title.md Format no-document-title description (#5803) 2018-12-03 23:04:18 +01:00
no-on-app-updated-hook.md Remove special error script handling (#3849) 2018-02-21 23:11:25 +05:30
popstate-state-empty.md Add warning for broken popstate (#5000) 2018-08-24 12:30:27 +02:00
url-deprecated.md Make warning about false positives clearer (#5079) 2018-09-03 15:13:45 +02:00