We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849182a commit f16ca74Copy full SHA for f16ca74
src/defaultOptions.ts
@@ -165,6 +165,7 @@ function getTouchControlsSize () {
165
* Settings like modsSupport, customChannels, or security-related options are excluded.
166
*/
167
export const serverSafeSettings: Partial<Record<keyof typeof defaultOptions, true>> = {
168
+ remoteContentNotSameOrigin: true, // allow server to change remote content not same origin policy
169
renderEars: true,
170
viewBobbing: true,
171
mouseRawInput: true,
0 commit comments