CC Pro flagging on Password Protected Page

Description

FS Consent Pro is flagging a script on the WF password protected page. When I go to that page there is no script in the page’s head or footer custom code section.

I know I can dismiss the warning, but am hoping someone has encountered this issue before.

Hey @zephyr!

Is there any chance this code is inside an embed element on the page? This could be the reason why you are not seeing it on either the page or site settings.

From what I can see on the screenshot, this code is only used to manipulate an element’s style and does not issue any cookies. It can be safely dismissed!

I checked the page, while there are several code embeds for svg elements, I could not find any with that code in the screenshot.

Sandbox Link here.

Hey @zephyr!

Don’t worry, you can safely dismiss the script within the app.

You should try to target third-party scripts only. Generally they follow this structure →

<script src="SOME_URL_OUTSIDE_YOUR_SITE" />