1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration
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
..
app-aspath Fix linter (#5350) 2018-10-20 17:00:01 +02:00
app-document Fix #5674 Append crossOrigin on the client side too, add config option for crossOrigin (#5873) 2018-12-13 01:05:21 +01:00
babel Fix linter (#5350) 2018-10-20 17:00:01 +02:00
basic Fix edge case where file had module.export in the content (#5823) 2018-12-05 14:37:26 +01:00
config Temporarily disable sass test 2018-11-29 19:23:00 +01:00
custom-server Use correct default for query (#5851) 2018-12-10 23:40:26 +01:00
dist-dir Fix linter (#5350) 2018-10-20 17:00:01 +02:00
export fix: update correct path to use when exporting 404 page (#5470) 2018-11-03 01:19:41 +01:00
filesystempublicroutes use native http instead of micro (#5706) 2018-11-19 16:36:18 +01:00
lambdas Add tests for isomorphic-unfetch bundling issue (#5805) 2018-12-04 10:59:12 +01:00
ondemand Fix linter (#5350) 2018-10-20 17:00:01 +02:00
page-extensions Fix linter (#5350) 2018-10-20 17:00:01 +02:00
production Fix paths when built on windows (#5795) 2018-12-10 14:48:06 +01:00
production-config Add test for generateBuildId (#5816) 2018-12-04 16:42:25 +01:00
size-limit Upgrade React from 16.4.2 to 16.6.3 (#5861) 2018-12-11 22:10:55 +01:00
with-router Fix linter (#5350) 2018-10-20 17:00:01 +02:00