mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
don’t fingerprint main.js and ide.js
This commit is contained in:
@@ -194,11 +194,12 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
}
|
||||
};
|
||||
script(
|
||||
data-main=buildJsPath('main.js'),
|
||||
data-main=buildJsPath('main.js', {fingerprint:false}),
|
||||
baseurl=fullJsPath,
|
||||
src=buildJsPath('libs/require.js')
|
||||
)
|
||||
|
||||
|
||||
include contact-us-modal
|
||||
include sentry
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ block content
|
||||
window.pdfJsWorkerPath = "#{pdfJsWorkerPath}";
|
||||
|
||||
script(
|
||||
data-main=buildJsPath("ide.js"),
|
||||
data-main=buildJsPath("ide.js", {fingerprint:false}),
|
||||
baseurl=fullJsPath,
|
||||
data-ace-base=buildJsPath('ace', {fingerprint:false}),
|
||||
src=buildJsPath('libs/require.js')
|
||||
|
||||
Reference in New Issue
Block a user