Skip to content

Commit f16ca74

Browse files
committed
allow to chagne remoteContentNotSameOrigin
1 parent 849182a commit f16ca74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/defaultOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ function getTouchControlsSize () {
165165
* Settings like modsSupport, customChannels, or security-related options are excluded.
166166
*/
167167
export const serverSafeSettings: Partial<Record<keyof typeof defaultOptions, true>> = {
168+
remoteContentNotSameOrigin: true, // allow server to change remote content not same origin policy
168169
renderEars: true,
169170
viewBobbing: true,
170171
mouseRawInput: true,

0 commit comments

Comments
 (0)